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.

23 lines 1.29 kB
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.updateComponentPricePointSchema = void 0; var schema_1 = require("../schema"); var intervalUnit_1 = require("./intervalUnit"); var pricingScheme_1 = require("./pricingScheme"); var updatePrice_1 = require("./updatePrice"); exports.updateComponentPricePointSchema = (0, schema_1.expandoObject)({ name: ['name', (0, schema_1.optional)((0, schema_1.string)())], handle: ['handle', (0, schema_1.optional)((0, schema_1.string)())], pricingScheme: ['pricing_scheme', (0, schema_1.optional)(pricingScheme_1.pricingSchemeSchema)], useSiteExchangeRate: ['use_site_exchange_rate', (0, schema_1.optional)((0, schema_1.boolean)())], taxIncluded: ['tax_included', (0, schema_1.optional)((0, schema_1.boolean)())], 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.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return updatePrice_1.updatePriceSchema; })))] }); //# sourceMappingURL=updateComponentPricePoint.js.map