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.

22 lines 849 B
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.recordPaymentResponseSchema = void 0; var schema_1 = require("../schema"); var invoicePrePayment_1 = require("./invoicePrePayment"); var paidInvoice_1 = require("./paidInvoice"); exports.recordPaymentResponseSchema = (0, schema_1.expandoObject)({ paidInvoices: [ 'paid_invoices', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return paidInvoice_1.paidInvoiceSchema; }))), ], prepayment: [ 'prepayment', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.lazy)(function () { return invoicePrePayment_1.invoicePrePaymentSchema; }))), ] }); //# sourceMappingURL=recordPaymentResponse.js.map