UNPKG

scheunemann-interfaces

Version:
15 lines (14 loc) 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPaymentChannel = void 0; var EPaymentChannel; (function (EPaymentChannel) { EPaymentChannel["APP"] = "APP"; EPaymentChannel["DELIVERY"] = "DELIVERY"; EPaymentChannel["AUTOMATION"] = "AUTOMATION"; EPaymentChannel["PHONE"] = "PHONE"; EPaymentChannel["MAIL"] = "MAIL"; EPaymentChannel["KIOSK"] = "KIOSK"; EPaymentChannel["QR_CODE"] = "QR_CODE"; EPaymentChannel["WEBSITE"] = "WEBSITE"; })(EPaymentChannel || (exports.EPaymentChannel = EPaymentChannel = {}));