@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 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.subscriptionGroupComponentCustomPriceSchema = void 0;
var schema_1 = require("../schema");
var componentCustomPrice_1 = require("./componentCustomPrice");
var price_1 = require("./price");
var pricingScheme_1 = require("./pricingScheme");
exports.subscriptionGroupComponentCustomPriceSchema = (0, schema_1.expandoObject)({
pricingScheme: ['pricing_scheme', (0, schema_1.optional)(pricingScheme_1.pricingSchemeSchema)],
prices: ['prices', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return price_1.priceSchema; })))],
overagePricing: [
'overage_pricing',
(0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return componentCustomPrice_1.componentCustomPriceSchema; }))),
]
});
//# sourceMappingURL=subscriptionGroupComponentCustomPrice.js.map