@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
63 lines • 1.73 kB
JavaScript
;
/*
* 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.CardReaderAPDURequest = void 0;
/**
* It contains the APDU request to send to the chip of the card, and a possible invitation message to display on the CashierInterface or the CustomerInterface. Content of the Card Reader APDU Request message.
*/
class CardReaderAPDURequest {
static getAttributeTypeMap() {
return CardReaderAPDURequest.attributeTypeMap;
}
constructor() {
}
}
exports.CardReaderAPDURequest = CardReaderAPDURequest;
CardReaderAPDURequest.discriminator = undefined;
CardReaderAPDURequest.mapping = undefined;
CardReaderAPDURequest.attributeTypeMap = [
{
"name": "APDUClass",
"baseName": "APDUClass",
"type": "string",
"format": "byte"
},
{
"name": "APDUInstruction",
"baseName": "APDUInstruction",
"type": "string",
"format": "byte"
},
{
"name": "APDUPar1",
"baseName": "APDUPar1",
"type": "string",
"format": "byte"
},
{
"name": "APDUPar2",
"baseName": "APDUPar2",
"type": "string",
"format": "byte"
},
{
"name": "APDUData",
"baseName": "APDUData",
"type": "string",
"format": "byte"
},
{
"name": "APDUExpectedLength",
"baseName": "APDUExpectedLength",
"type": "string",
"format": "byte"
}
];
//# sourceMappingURL=cardReaderAPDURequest.js.map