UNPKG

@adyen/api-library

Version:

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

54 lines 1.52 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; } constructor() { } } exports.ThreeDSAvailabilityResponse = ThreeDSAvailabilityResponse; ThreeDSAvailabilityResponse.discriminator = undefined; ThreeDSAvailabilityResponse.mapping = undefined; ThreeDSAvailabilityResponse.attributeTypeMap = [ { "name": "binDetails", "baseName": "binDetails", "type": "BinDetail | null", "format": "" }, { "name": "dsPublicKeys", "baseName": "dsPublicKeys", "type": "Array<DSPublicKeyDetail>", "format": "" }, { "name": "threeDS1Supported", "baseName": "threeDS1Supported", "type": "boolean", "format": "" }, { "name": "threeDS2CardRangeDetails", "baseName": "threeDS2CardRangeDetails", "type": "Array<ThreeDS2CardRangeDetail>", "format": "" }, { "name": "threeDS2supported", "baseName": "threeDS2supported", "type": "boolean", "format": "" } ]; //# sourceMappingURL=threeDSAvailabilityResponse.js.map