@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.
39 lines • 2.15 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.subscriptionGroupSignupComponentSchema = void 0;
var schema_js_1 = require("../schema.js");
var subscriptionGroupSignupComponentAllocatedQuantity_js_1 = require("./containers/subscriptionGroupSignupComponentAllocatedQuantity.js");
var subscriptionGroupSignupComponentComponentId_js_1 = require("./containers/subscriptionGroupSignupComponentComponentId.js");
var subscriptionGroupSignupComponentPricePointId_js_1 = require("./containers/subscriptionGroupSignupComponentPricePointId.js");
var subscriptionGroupSignupComponentUnitBalance_js_1 = require("./containers/subscriptionGroupSignupComponentUnitBalance.js");
var subscriptionGroupComponentCustomPrice_js_1 = require("./subscriptionGroupComponentCustomPrice.js");
exports.subscriptionGroupSignupComponentSchema = (0, schema_js_1.lazy)(function () {
return (0, schema_js_1.expandoObject)({
componentId: [
'component_id',
(0, schema_js_1.optional)(subscriptionGroupSignupComponentComponentId_js_1.subscriptionGroupSignupComponentComponentIdSchema),
],
allocatedQuantity: [
'allocated_quantity',
(0, schema_js_1.optional)(subscriptionGroupSignupComponentAllocatedQuantity_js_1.subscriptionGroupSignupComponentAllocatedQuantitySchema),
],
unitBalance: [
'unit_balance',
(0, schema_js_1.optional)(subscriptionGroupSignupComponentUnitBalance_js_1.subscriptionGroupSignupComponentUnitBalanceSchema),
],
pricePointId: [
'price_point_id',
(0, schema_js_1.optional)(subscriptionGroupSignupComponentPricePointId_js_1.subscriptionGroupSignupComponentPricePointIdSchema),
],
customPrice: [
'custom_price',
(0, schema_js_1.optional)(subscriptionGroupComponentCustomPrice_js_1.subscriptionGroupComponentCustomPriceSchema),
],
});
});
//# sourceMappingURL=subscriptionGroupSignupComponent.js.map