@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
57 lines • 2.26 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.ThreeDSRequestorPriorAuthenticationInfo = void 0;
class ThreeDSRequestorPriorAuthenticationInfo {
static getAttributeTypeMap() {
return ThreeDSRequestorPriorAuthenticationInfo.attributeTypeMap;
}
constructor() {
}
}
exports.ThreeDSRequestorPriorAuthenticationInfo = ThreeDSRequestorPriorAuthenticationInfo;
ThreeDSRequestorPriorAuthenticationInfo.discriminator = undefined;
ThreeDSRequestorPriorAuthenticationInfo.mapping = undefined;
ThreeDSRequestorPriorAuthenticationInfo.attributeTypeMap = [
{
"name": "threeDSReqPriorAuthData",
"baseName": "threeDSReqPriorAuthData",
"type": "string",
"format": ""
},
{
"name": "threeDSReqPriorAuthMethod",
"baseName": "threeDSReqPriorAuthMethod",
"type": "ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum",
"format": ""
},
{
"name": "threeDSReqPriorAuthTimestamp",
"baseName": "threeDSReqPriorAuthTimestamp",
"type": "string",
"format": ""
},
{
"name": "threeDSReqPriorRef",
"baseName": "threeDSReqPriorRef",
"type": "string",
"format": ""
}
];
(function (ThreeDSRequestorPriorAuthenticationInfo) {
let ThreeDSReqPriorAuthMethodEnum;
(function (ThreeDSReqPriorAuthMethodEnum) {
ThreeDSReqPriorAuthMethodEnum["_01"] = "01";
ThreeDSReqPriorAuthMethodEnum["_02"] = "02";
ThreeDSReqPriorAuthMethodEnum["_03"] = "03";
ThreeDSReqPriorAuthMethodEnum["_04"] = "04";
})(ThreeDSReqPriorAuthMethodEnum = ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum || (ThreeDSRequestorPriorAuthenticationInfo.ThreeDSReqPriorAuthMethodEnum = {}));
})(ThreeDSRequestorPriorAuthenticationInfo = exports.ThreeDSRequestorPriorAuthenticationInfo || (exports.ThreeDSRequestorPriorAuthenticationInfo = {}));
//# sourceMappingURL=threeDSRequestorPriorAuthenticationInfo.js.map