UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

7 lines (6 loc) 281 B
import { Collection } from '../../internal/base/index.js'; import { type IPriceResponse } from '../../types/index.js'; import { Price } from './price.js'; export declare class PriceCollection extends Collection<IPriceResponse, Price> { fromJson(data: IPriceResponse): Price; }