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.

26 lines 1.01 kB
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.invoicePaymentMethodTypeSchema = exports.InvoicePaymentMethodType = void 0; var schema_1 = require("../schema"); /** * Enum for InvoicePaymentMethodType */ var InvoicePaymentMethodType; (function (InvoicePaymentMethodType) { InvoicePaymentMethodType["CreditCard"] = "credit_card"; InvoicePaymentMethodType["Check"] = "check"; InvoicePaymentMethodType["Cash"] = "cash"; InvoicePaymentMethodType["MoneyOrder"] = "money_order"; InvoicePaymentMethodType["Ach"] = "ach"; InvoicePaymentMethodType["Other"] = "other"; })(InvoicePaymentMethodType = exports.InvoicePaymentMethodType || (exports.InvoicePaymentMethodType = {})); /** * Schema for InvoicePaymentMethodType */ exports.invoicePaymentMethodTypeSchema = (0, schema_1.stringEnum)(InvoicePaymentMethodType); //# sourceMappingURL=invoicePaymentMethodType.js.map