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) 253 B
export class SubscriptionCancellationEntities { constructor(entities) { var _a; this.subscriptionId = (_a = entities === null || entities === void 0 ? void 0 : entities.subscription_id) !== null && _a !== void 0 ? _a : null; } }