@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
63 lines • 1.75 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.CardAcquisitionResponse = void 0;
/**
* It conveys Information related to the payment and loyalty cards read and processed by the POI System and entered by the Customer. Content of the Card Acquisition Response message.
*/
class CardAcquisitionResponse {
static getAttributeTypeMap() {
return CardAcquisitionResponse.attributeTypeMap;
}
constructor() {
}
}
exports.CardAcquisitionResponse = CardAcquisitionResponse;
CardAcquisitionResponse.discriminator = undefined;
CardAcquisitionResponse.mapping = undefined;
CardAcquisitionResponse.attributeTypeMap = [
{
"name": "Response",
"baseName": "Response",
"type": "Response",
"format": ""
},
{
"name": "SaleData",
"baseName": "SaleData",
"type": "SaleData",
"format": ""
},
{
"name": "POIData",
"baseName": "POIData",
"type": "POIData",
"format": ""
},
{
"name": "PaymentBrand",
"baseName": "PaymentBrand",
"type": "Array<string>",
"format": ""
},
{
"name": "PaymentInstrumentData",
"baseName": "PaymentInstrumentData",
"type": "PaymentInstrumentData | null",
"format": ""
},
{
"name": "LoyaltyAccount",
"baseName": "LoyaltyAccount",
"type": "Array<LoyaltyAccount>",
"format": ""
}
];
//# sourceMappingURL=cardAcquisitionResponse.js.map