scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
9 lines (8 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPagBankAuthMethod = void 0;
var EPagBankAuthMethod;
(function (EPagBankAuthMethod) {
EPagBankAuthMethod["THREEDS"] = "THREEDS";
EPagBankAuthMethod["INAPP"] = "INAPP";
})(EPagBankAuthMethod || (exports.EPagBankAuthMethod = EPagBankAuthMethod = {}));