UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

136 lines 4.28 kB
"use strict"; /* * 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.ThreeDS2Result = void 0; class ThreeDS2Result { static getAttributeTypeMap() { return ThreeDS2Result.attributeTypeMap; } constructor() { } } exports.ThreeDS2Result = ThreeDS2Result; ThreeDS2Result.discriminator = undefined; ThreeDS2Result.mapping = undefined; ThreeDS2Result.attributeTypeMap = [ { "name": "authenticationValue", "baseName": "authenticationValue", "type": "string", "format": "" }, { "name": "cavvAlgorithm", "baseName": "cavvAlgorithm", "type": "string", "format": "" }, { "name": "challengeCancel", "baseName": "challengeCancel", "type": "ThreeDS2Result.ChallengeCancelEnum", "format": "" }, { "name": "dsTransID", "baseName": "dsTransID", "type": "string", "format": "" }, { "name": "eci", "baseName": "eci", "type": "string", "format": "" }, { "name": "exemptionIndicator", "baseName": "exemptionIndicator", "type": "ThreeDS2Result.ExemptionIndicatorEnum", "format": "" }, { "name": "messageVersion", "baseName": "messageVersion", "type": "string", "format": "" }, { "name": "riskScore", "baseName": "riskScore", "type": "string", "format": "" }, { "name": "threeDSRequestorChallengeInd", "baseName": "threeDSRequestorChallengeInd", "type": "ThreeDS2Result.ThreeDSRequestorChallengeIndEnum", "format": "" }, { "name": "threeDSServerTransID", "baseName": "threeDSServerTransID", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "string", "format": "" }, { "name": "transStatus", "baseName": "transStatus", "type": "string", "format": "" }, { "name": "transStatusReason", "baseName": "transStatusReason", "type": "string", "format": "" }, { "name": "whiteListStatus", "baseName": "whiteListStatus", "type": "string", "format": "" } ]; (function (ThreeDS2Result) { let ChallengeCancelEnum; (function (ChallengeCancelEnum) { ChallengeCancelEnum["_01"] = "01"; ChallengeCancelEnum["_02"] = "02"; ChallengeCancelEnum["_03"] = "03"; ChallengeCancelEnum["_04"] = "04"; ChallengeCancelEnum["_05"] = "05"; ChallengeCancelEnum["_06"] = "06"; ChallengeCancelEnum["_07"] = "07"; })(ChallengeCancelEnum = ThreeDS2Result.ChallengeCancelEnum || (ThreeDS2Result.ChallengeCancelEnum = {})); let ExemptionIndicatorEnum; (function (ExemptionIndicatorEnum) { ExemptionIndicatorEnum["LowValue"] = "lowValue"; ExemptionIndicatorEnum["SecureCorporate"] = "secureCorporate"; ExemptionIndicatorEnum["TrustedBeneficiary"] = "trustedBeneficiary"; ExemptionIndicatorEnum["TransactionRiskAnalysis"] = "transactionRiskAnalysis"; })(ExemptionIndicatorEnum = ThreeDS2Result.ExemptionIndicatorEnum || (ThreeDS2Result.ExemptionIndicatorEnum = {})); let ThreeDSRequestorChallengeIndEnum; (function (ThreeDSRequestorChallengeIndEnum) { ThreeDSRequestorChallengeIndEnum["_01"] = "01"; ThreeDSRequestorChallengeIndEnum["_02"] = "02"; ThreeDSRequestorChallengeIndEnum["_03"] = "03"; ThreeDSRequestorChallengeIndEnum["_04"] = "04"; ThreeDSRequestorChallengeIndEnum["_05"] = "05"; ThreeDSRequestorChallengeIndEnum["_06"] = "06"; })(ThreeDSRequestorChallengeIndEnum = ThreeDS2Result.ThreeDSRequestorChallengeIndEnum || (ThreeDS2Result.ThreeDSRequestorChallengeIndEnum = {})); })(ThreeDS2Result = exports.ThreeDS2Result || (exports.ThreeDS2Result = {})); //# sourceMappingURL=threeDS2Result.js.map