@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.
25 lines • 955 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema.js';
/**
* Enum for CreatePrepaymentMethod
*/
export var CreatePrepaymentMethod;
(function (CreatePrepaymentMethod) {
CreatePrepaymentMethod["Check"] = "check";
CreatePrepaymentMethod["Cash"] = "cash";
CreatePrepaymentMethod["MoneyOrder"] = "money_order";
CreatePrepaymentMethod["Ach"] = "ach";
CreatePrepaymentMethod["PaypalAccount"] = "paypal_account";
CreatePrepaymentMethod["CreditCard"] = "credit_card";
CreatePrepaymentMethod["CreditCardOnFile"] = "credit_card_on_file";
CreatePrepaymentMethod["Other"] = "other";
})(CreatePrepaymentMethod || (CreatePrepaymentMethod = {}));
/**
* Schema for CreatePrepaymentMethod
*/
export const createPrepaymentMethodSchema = stringEnum(CreatePrepaymentMethod);
//# sourceMappingURL=createPrepaymentMethod.js.map