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.

11 lines (10 loc) 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubscriptionRenewalEntities = void 0; class SubscriptionRenewalEntities { constructor(entities) { var _a; this.subscriptionId = (_a = entities === null || entities === void 0 ? void 0 : entities.subscription_id) !== null && _a !== void 0 ? _a : null; } } exports.SubscriptionRenewalEntities = SubscriptionRenewalEntities;