@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.
17 lines • 738 B
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.createPaymentSchema = void 0;
var schema_js_1 = require("../schema.js");
var invoicePaymentMethodType_js_1 = require("./invoicePaymentMethodType.js");
exports.createPaymentSchema = (0, schema_js_1.expandoObject)({
amount: ['amount', (0, schema_js_1.string)()],
memo: ['memo', (0, schema_js_1.string)()],
paymentDetails: ['payment_details', (0, schema_js_1.string)()],
paymentMethod: ['payment_method', invoicePaymentMethodType_js_1.invoicePaymentMethodTypeSchema],
});
//# sourceMappingURL=createPayment.js.map