@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.
26 lines • 1.48 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.scheduledRenewalConfigurationItemSchema = void 0;
var schema_js_1 = require("../schema.js");
exports.scheduledRenewalConfigurationItemSchema = (0, schema_js_1.expandoObject)({
id: ['id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
subscriptionId: ['subscription_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
subscriptionRenewalConfigurationId: [
'subscription_renewal_configuration_id',
(0, schema_js_1.optional)((0, schema_js_1.number)()),
],
itemId: ['item_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
itemType: ['item_type', (0, schema_js_1.optional)((0, schema_js_1.string)())],
itemSubclass: ['item_subclass', (0, schema_js_1.optional)((0, schema_js_1.string)())],
pricePointId: ['price_point_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
pricePointType: ['price_point_type', (0, schema_js_1.optional)((0, schema_js_1.string)())],
quantity: ['quantity', (0, schema_js_1.optional)((0, schema_js_1.number)())],
decimalQuantity: ['decimal_quantity', (0, schema_js_1.optional)((0, schema_js_1.string)())],
createdAt: ['created_at', (0, schema_js_1.optional)((0, schema_js_1.string)())],
});
//# sourceMappingURL=scheduledRenewalConfigurationItem.js.map