UNPKG

wallee

Version:
11 lines (10 loc) 539 B
'use strict'; 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 = {}));