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.

28 lines 1.3 kB
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.customerChangeSchema = void 0; var schema_1 = require("../schema"); var addressChange_1 = require("./addressChange"); var customerCustomFieldsChange_1 = require("./customerCustomFieldsChange"); var customerPayerChange_1 = require("./customerPayerChange"); exports.customerChangeSchema = (0, schema_1.expandoObject)({ payer: ['payer', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.lazy)(function () { return customerPayerChange_1.customerPayerChangeSchema; })))], shippingAddress: [ 'shipping_address', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.lazy)(function () { return addressChange_1.addressChangeSchema; }))), ], billingAddress: [ 'billing_address', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.lazy)(function () { return addressChange_1.addressChangeSchema; }))), ], customFields: [ 'custom_fields', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.lazy)(function () { return customerCustomFieldsChange_1.customerCustomFieldsChangeSchema; }))), ] }); //# sourceMappingURL=customerChange.js.map