UNPKG

@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.

20 lines 990 B
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.componentCustomPriceSchema = void 0; var schema_1 = require("../schema"); var intervalUnit_1 = require("./intervalUnit"); var price_1 = require("./price"); var pricingScheme_1 = require("./pricingScheme"); exports.componentCustomPriceSchema = (0, schema_1.expandoObject)({ taxIncluded: ['tax_included', (0, schema_1.optional)((0, schema_1.boolean)())], pricingScheme: ['pricing_scheme', (0, schema_1.optional)(pricingScheme_1.pricingSchemeSchema)], interval: ['interval', (0, schema_1.optional)((0, schema_1.number)())], intervalUnit: ['interval_unit', (0, schema_1.optional)((0, schema_1.nullable)(intervalUnit_1.intervalUnitSchema))], prices: ['prices', (0, schema_1.array)((0, schema_1.lazy)(function () { return price_1.priceSchema; }))] }); //# sourceMappingURL=componentCustomPrice.js.map