UNPKG

@adyen/api-library

Version:

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

46 lines 1.33 kB
"use strict"; /* * The version of the OpenAPI document: v54 * * * 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.ThreeDSAvailabilityResponse = void 0; class ThreeDSAvailabilityResponse { static getAttributeTypeMap() { return ThreeDSAvailabilityResponse.attributeTypeMap; } } exports.ThreeDSAvailabilityResponse = ThreeDSAvailabilityResponse; ThreeDSAvailabilityResponse.discriminator = undefined; ThreeDSAvailabilityResponse.attributeTypeMap = [ { "name": "binDetails", "baseName": "binDetails", "type": "BinDetail | null" }, { "name": "dsPublicKeys", "baseName": "dsPublicKeys", "type": "Array<DSPublicKeyDetail>" }, { "name": "threeDS1Supported", "baseName": "threeDS1Supported", "type": "boolean" }, { "name": "threeDS2CardRangeDetails", "baseName": "threeDS2CardRangeDetails", "type": "Array<ThreeDS2CardRangeDetail>" }, { "name": "threeDS2supported", "baseName": "threeDS2supported", "type": "boolean" } ]; //# sourceMappingURL=threeDSAvailabilityResponse.js.map