wallee
Version:
TypeScript/JavaScript client for wallee
11 lines (10 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChargeType = void 0;
var ChargeType;
(function (ChargeType) {
ChargeType["ASYNCHRONOUS"] = "ASYNCHRONOUS";
ChargeType["SYNCHRONOUS"] = "SYNCHRONOUS";
ChargeType["TOKEN"] = "TOKEN";
ChargeType["TERMINAL"] = "TERMINAL";
})(ChargeType || (exports.ChargeType = ChargeType = {}));