@causalfoundry/js-sdk
Version:
Causal Foundry WEB SDK (JS/TS)
32 lines • 1.38 kB
JavaScript
;
exports.__esModule = true;
exports.PaymentMethod = exports.PaymentAction = exports.PaymentsTypes = void 0;
var PaymentsTypes;
(function (PaymentsTypes) {
PaymentsTypes["DeferredPayment"] = "deferred_payment";
PaymentsTypes["PaymentMethod"] = "payment_method";
})(PaymentsTypes = exports.PaymentsTypes || (exports.PaymentsTypes = {}));
var PaymentAction;
(function (PaymentAction) {
PaymentAction["PaymentProcessed"] = "payment_processed";
PaymentAction["View"] = "view";
PaymentAction["Add"] = "add";
PaymentAction["Remove"] = "remove";
PaymentAction["Update"] = "update";
PaymentAction["Select"] = "select";
PaymentAction["Other"] = "other";
})(PaymentAction = exports.PaymentAction || (exports.PaymentAction = {}));
var PaymentMethod;
(function (PaymentMethod) {
PaymentMethod["BankCard"] = "bank_card";
PaymentMethod["BankTransfer"] = "bank_transfer";
PaymentMethod["CashOnDelivery"] = "cash_on_delivery";
PaymentMethod["Cheque"] = "cheque";
PaymentMethod["Credit"] = "credit";
PaymentMethod["PointOfSale"] = "point_of_sale";
PaymentMethod["MobileTransfer"] = "mobile_transfer";
PaymentMethod["Cash"] = "cash";
PaymentMethod["Wallet"] = "wallet";
PaymentMethod["Other"] = "other";
})(PaymentMethod = exports.PaymentMethod || (exports.PaymentMethod = {}));
//# sourceMappingURL=typings.js.map