@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.
37 lines • 1.96 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.subscriptionGroupSignupComponentSchema = void 0;
var schema_1 = require("../schema");
var subscriptionGroupSignupComponentAllocatedQuantity_1 = require("./containers/subscriptionGroupSignupComponentAllocatedQuantity");
var subscriptionGroupSignupComponentComponentId_1 = require("./containers/subscriptionGroupSignupComponentComponentId");
var subscriptionGroupSignupComponentPricePointId_1 = require("./containers/subscriptionGroupSignupComponentPricePointId");
var subscriptionGroupSignupComponentUnitBalance_1 = require("./containers/subscriptionGroupSignupComponentUnitBalance");
var subscriptionGroupComponentCustomPrice_1 = require("./subscriptionGroupComponentCustomPrice");
exports.subscriptionGroupSignupComponentSchema = (0, schema_1.expandoObject)({
componentId: [
'component_id',
(0, schema_1.optional)(subscriptionGroupSignupComponentComponentId_1.subscriptionGroupSignupComponentComponentIdSchema),
],
allocatedQuantity: [
'allocated_quantity',
(0, schema_1.optional)(subscriptionGroupSignupComponentAllocatedQuantity_1.subscriptionGroupSignupComponentAllocatedQuantitySchema),
],
unitBalance: [
'unit_balance',
(0, schema_1.optional)(subscriptionGroupSignupComponentUnitBalance_1.subscriptionGroupSignupComponentUnitBalanceSchema),
],
pricePointId: [
'price_point_id',
(0, schema_1.optional)(subscriptionGroupSignupComponentPricePointId_1.subscriptionGroupSignupComponentPricePointIdSchema),
],
customPrice: [
'custom_price',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return subscriptionGroupComponentCustomPrice_1.subscriptionGroupComponentCustomPriceSchema; })),
]
});
//# sourceMappingURL=subscriptionGroupSignupComponent.js.map