@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 • 846 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema';
/**
* Enum for InvoicePaymentMethodType
*/
export 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 || (InvoicePaymentMethodType = {}));
/**
* Schema for InvoicePaymentMethodType
*/
export const invoicePaymentMethodTypeSchema = stringEnum(InvoicePaymentMethodType);
//# sourceMappingURL=invoicePaymentMethodType.js.map