UNPKG

@adyen/api-library

Version:

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

60 lines 1.44 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.ThreeDS1Result = void 0; class ThreeDS1Result { static getAttributeTypeMap() { return ThreeDS1Result.attributeTypeMap; } constructor() { } } exports.ThreeDS1Result = ThreeDS1Result; ThreeDS1Result.discriminator = undefined; ThreeDS1Result.mapping = undefined; ThreeDS1Result.attributeTypeMap = [ { "name": "cavv", "baseName": "cavv", "type": "string", "format": "" }, { "name": "cavvAlgorithm", "baseName": "cavvAlgorithm", "type": "string", "format": "" }, { "name": "eci", "baseName": "eci", "type": "string", "format": "" }, { "name": "threeDAuthenticatedResponse", "baseName": "threeDAuthenticatedResponse", "type": "string", "format": "" }, { "name": "threeDOfferedResponse", "baseName": "threeDOfferedResponse", "type": "string", "format": "" }, { "name": "xid", "baseName": "xid", "type": "string", "format": "" } ]; //# sourceMappingURL=threeDS1Result.js.map