UNPKG

@adyen/api-library

Version:

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

45 lines 1.31 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.CardReaderAPDUResponse = void 0; /** * Content of the Card Reader APDU Response message. It contains the result of the requested service, APDU response sent by the chip of the card in response to the APDU request. */ class CardReaderAPDUResponse { static getAttributeTypeMap() { return CardReaderAPDUResponse.attributeTypeMap; } constructor() { } } exports.CardReaderAPDUResponse = CardReaderAPDUResponse; CardReaderAPDUResponse.discriminator = undefined; CardReaderAPDUResponse.mapping = undefined; CardReaderAPDUResponse.attributeTypeMap = [ { "name": "Response", "baseName": "Response", "type": "Response", "format": "" }, { "name": "APDUData", "baseName": "APDUData", "type": "string", "format": "byte" }, { "name": "CardStatusWords", "baseName": "CardStatusWords", "type": "string", "format": "byte" } ]; //# sourceMappingURL=cardReaderAPDUResponse.js.map