@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.
54 lines • 1.91 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.allVaultsSchema = exports.AllVaults = void 0;
var schema_1 = require("../schema");
/**
* Enum for AllVaults
*/
var AllVaults;
(function (AllVaults) {
AllVaults["Adyen"] = "adyen";
AllVaults["Authorizenet"] = "authorizenet";
AllVaults["Beanstream"] = "beanstream";
AllVaults["BlueSnap"] = "blue_snap";
AllVaults["Bogus"] = "bogus";
AllVaults["Braintree1"] = "braintree1";
AllVaults["BraintreeBlue"] = "braintree_blue";
AllVaults["Checkout"] = "checkout";
AllVaults["Cybersource"] = "cybersource";
AllVaults["Elavon"] = "elavon";
AllVaults["Eway"] = "eway";
AllVaults["EwayRapid"] = "eway_rapid";
AllVaults["EwayRapidStd"] = "eway_rapid_std";
AllVaults["Firstdata"] = "firstdata";
AllVaults["Forte"] = "forte";
AllVaults["Gocardless"] = "gocardless";
AllVaults["Litle"] = "litle";
AllVaults["MaxioPayments"] = "maxio_payments";
AllVaults["Maxp"] = "maxp";
AllVaults["Moduslink"] = "moduslink";
AllVaults["Moneris"] = "moneris";
AllVaults["Nmi"] = "nmi";
AllVaults["Orbital"] = "orbital";
AllVaults["PaymentExpress"] = "payment_express";
AllVaults["Paymill"] = "paymill";
AllVaults["Paypal"] = "paypal";
AllVaults["PaypalComplete"] = "paypal_complete";
AllVaults["Pin"] = "pin";
AllVaults["Square"] = "square";
AllVaults["Stripe"] = "stripe";
AllVaults["StripeConnect"] = "stripe_connect";
AllVaults["TrustCommerce"] = "trust_commerce";
AllVaults["Unipaas"] = "unipaas";
AllVaults["Wirecard"] = "wirecard";
})(AllVaults = exports.AllVaults || (exports.AllVaults = {}));
/**
* Schema for AllVaults
*/
exports.allVaultsSchema = (0, schema_1.stringEnum)(AllVaults);
//# sourceMappingURL=allVaults.js.map