@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.
21 lines • 691 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema';
/**
* Enum for InvoicePaymentType
*/
export var InvoicePaymentType;
(function (InvoicePaymentType) {
InvoicePaymentType["External"] = "external";
InvoicePaymentType["Prepayment"] = "prepayment";
InvoicePaymentType["ServiceCredit"] = "service_credit";
InvoicePaymentType["Payment"] = "payment";
})(InvoicePaymentType || (InvoicePaymentType = {}));
/**
* Schema for InvoicePaymentType
*/
export const invoicePaymentTypeSchema = stringEnum(InvoicePaymentType);
//# sourceMappingURL=invoicePaymentType.js.map