fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
14 lines (13 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentTypeEnum = void 0;
/**
* ENUM: Payment method
*/
var PaymentTypeEnum;
(function (PaymentTypeEnum) {
PaymentTypeEnum["BANK_TRANSFER"] = "bank_transfer";
PaymentTypeEnum["ONLINE_PAYMENT"] = "online_payment";
PaymentTypeEnum["CASH"] = "cash";
PaymentTypeEnum["COD"] = "cod";
})(PaymentTypeEnum = exports.PaymentTypeEnum || (exports.PaymentTypeEnum = {}));