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