wallee
Version:
TypeScript/JavaScript client for wallee
12 lines (11 loc) • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentTerminalLocationVersionState = void 0;
var PaymentTerminalLocationVersionState;
(function (PaymentTerminalLocationVersionState) {
PaymentTerminalLocationVersionState["PENDING"] = "PENDING";
PaymentTerminalLocationVersionState["SCHEDULING"] = "SCHEDULING";
PaymentTerminalLocationVersionState["ACTIVE"] = "ACTIVE";
PaymentTerminalLocationVersionState["DELETING"] = "DELETING";
PaymentTerminalLocationVersionState["DELETED"] = "DELETED";
})(PaymentTerminalLocationVersionState || (exports.PaymentTerminalLocationVersionState = PaymentTerminalLocationVersionState = {}));