@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
21 lines • 1.31 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.reactivateSubscriptionGroupResponseSchema = void 0;
var schema_js_1 = require("../schema.js");
exports.reactivateSubscriptionGroupResponseSchema = (0, schema_js_1.expandoObject)({
uid: ['uid', (0, schema_js_1.optional)((0, schema_js_1.string)())],
scheme: ['scheme', (0, schema_js_1.optional)((0, schema_js_1.number)())],
customerId: ['customer_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
paymentProfileId: ['payment_profile_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
subscriptionIds: ['subscription_ids', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.number)()))],
primarySubscriptionId: ['primary_subscription_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
nextAssessmentAt: ['next_assessment_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
state: ['state', (0, schema_js_1.optional)((0, schema_js_1.string)())],
cancelAtEndOfPeriod: ['cancel_at_end_of_period', (0, schema_js_1.optional)((0, schema_js_1.boolean)())],
});
//# sourceMappingURL=reactivateSubscriptionGroupResponse.js.map