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.

9 lines (8 loc) 402 B
import { type ScheduledChangeAction } from '../../enums/index.js'; import { type ISubscriptionScheduledChangeResponse } from '../../types/index.js'; export declare class SubscriptionScheduledChange { readonly action: ScheduledChangeAction; readonly effectiveAt: string; readonly resumeAt: string | null; constructor(subscriptionScheduledChange: ISubscriptionScheduledChangeResponse); }