wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardAuthenticationVersion = void 0;
var CardAuthenticationVersion;
(function (CardAuthenticationVersion) {
CardAuthenticationVersion["V1"] = "V1";
CardAuthenticationVersion["V2"] = "V2";
})(CardAuthenticationVersion || (exports.CardAuthenticationVersion = CardAuthenticationVersion = {}));