@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.
29 lines • 1.67 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.scheduledRenewalConfigurationSchema = void 0;
var schema_js_1 = require("../schema.js");
var contract_js_1 = require("./contract.js");
var scheduledRenewalConfigurationItem_js_1 = require("./scheduledRenewalConfigurationItem.js");
exports.scheduledRenewalConfigurationSchema = (0, schema_js_1.lazy)(function () {
return (0, schema_js_1.expandoObject)({
id: ['id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
siteId: ['site_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
subscriptionId: ['subscription_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
startsAt: ['starts_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
endsAt: ['ends_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
lockInAt: ['lock_in_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
createdAt: ['created_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
status: ['status', (0, schema_js_1.optional)((0, schema_js_1.string)())],
scheduledRenewalConfigurationItems: [
'scheduled_renewal_configuration_items',
(0, schema_js_1.optional)((0, schema_js_1.array)(scheduledRenewalConfigurationItem_js_1.scheduledRenewalConfigurationItemSchema)),
],
contract: ['contract', (0, schema_js_1.optional)(contract_js_1.contractSchema)],
});
});
//# sourceMappingURL=scheduledRenewalConfiguration.js.map