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.

8 lines (7 loc) 290 B
import { type ISubscriptionDiscountResponse } from '../../types/index.js'; export declare class SubscriptionDiscount { readonly id: string; readonly startsAt: string | null; readonly endsAt: string | null; constructor(subscriptionDiscount: ISubscriptionDiscountResponse); }