@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
53 lines • 2.05 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ThreeDSRequestorAuthenticationInfo = void 0;
class ThreeDSRequestorAuthenticationInfo {
static getAttributeTypeMap() {
return ThreeDSRequestorAuthenticationInfo.attributeTypeMap;
}
constructor() {
}
}
exports.ThreeDSRequestorAuthenticationInfo = ThreeDSRequestorAuthenticationInfo;
ThreeDSRequestorAuthenticationInfo.discriminator = undefined;
ThreeDSRequestorAuthenticationInfo.mapping = undefined;
ThreeDSRequestorAuthenticationInfo.attributeTypeMap = [
{
"name": "threeDSReqAuthData",
"baseName": "threeDSReqAuthData",
"type": "string",
"format": ""
},
{
"name": "threeDSReqAuthMethod",
"baseName": "threeDSReqAuthMethod",
"type": "ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum",
"format": ""
},
{
"name": "threeDSReqAuthTimestamp",
"baseName": "threeDSReqAuthTimestamp",
"type": "string",
"format": ""
}
];
(function (ThreeDSRequestorAuthenticationInfo) {
let ThreeDSReqAuthMethodEnum;
(function (ThreeDSReqAuthMethodEnum) {
ThreeDSReqAuthMethodEnum["_01"] = "01";
ThreeDSReqAuthMethodEnum["_02"] = "02";
ThreeDSReqAuthMethodEnum["_03"] = "03";
ThreeDSReqAuthMethodEnum["_04"] = "04";
ThreeDSReqAuthMethodEnum["_05"] = "05";
ThreeDSReqAuthMethodEnum["_06"] = "06";
})(ThreeDSReqAuthMethodEnum = ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum || (ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum = {}));
})(ThreeDSRequestorAuthenticationInfo = exports.ThreeDSRequestorAuthenticationInfo || (exports.ThreeDSRequestorAuthenticationInfo = {}));
//# sourceMappingURL=threeDSRequestorAuthenticationInfo.js.map