@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.
36 lines • 2.19 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.subscriptionGroupSignupItemSchema = void 0;
var schema_js_1 = require("../schema.js");
var calendarBilling_js_1 = require("./calendarBilling.js");
var subscriptionCustomPrice_js_1 = require("./subscriptionCustomPrice.js");
var subscriptionGroupSignupComponent_js_1 = require("./subscriptionGroupSignupComponent.js");
exports.subscriptionGroupSignupItemSchema = (0, schema_js_1.lazy)(function () {
return (0, schema_js_1.expandoObject)({
productHandle: ['product_handle', (0, schema_js_1.optional)((0, schema_js_1.string)())],
productId: ['product_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
productPricePointId: ['product_price_point_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
productPricePointHandle: [
'product_price_point_handle',
(0, schema_js_1.optional)((0, schema_js_1.string)()),
],
offerId: ['offer_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
reference: ['reference', (0, schema_js_1.optional)((0, schema_js_1.string)())],
primary: ['primary', (0, schema_js_1.optional)((0, schema_js_1.boolean)())],
currency: ['currency', (0, schema_js_1.optional)((0, schema_js_1.string)())],
couponCodes: ['coupon_codes', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.string)()))],
components: [
'components',
(0, schema_js_1.optional)((0, schema_js_1.array)(subscriptionGroupSignupComponent_js_1.subscriptionGroupSignupComponentSchema)),
],
customPrice: ['custom_price', (0, schema_js_1.optional)(subscriptionCustomPrice_js_1.subscriptionCustomPriceSchema)],
calendarBilling: ['calendar_billing', (0, schema_js_1.optional)(calendarBilling_js_1.calendarBillingSchema)],
metafields: ['metafields', (0, schema_js_1.optional)((0, schema_js_1.dict)((0, schema_js_1.string)()))],
});
});
//# sourceMappingURL=subscriptionGroupSignupItem.js.map