@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
84 lines • 2.08 kB
JavaScript
;
/*
* The version of the OpenAPI document: v72
*
*
* 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.ResponseAdditionalDataCard = void 0;
class ResponseAdditionalDataCard {
static getAttributeTypeMap() {
return ResponseAdditionalDataCard.attributeTypeMap;
}
constructor() {
}
}
exports.ResponseAdditionalDataCard = ResponseAdditionalDataCard;
ResponseAdditionalDataCard.discriminator = undefined;
ResponseAdditionalDataCard.mapping = undefined;
ResponseAdditionalDataCard.attributeTypeMap = [
{
"name": "cardAltID",
"baseName": "cardAltID",
"type": "string",
"format": ""
},
{
"name": "cardBin",
"baseName": "cardBin",
"type": "string",
"format": ""
},
{
"name": "cardHolderName",
"baseName": "cardHolderName",
"type": "string",
"format": ""
},
{
"name": "cardIssuingBank",
"baseName": "cardIssuingBank",
"type": "string",
"format": ""
},
{
"name": "cardIssuingCountry",
"baseName": "cardIssuingCountry",
"type": "string",
"format": ""
},
{
"name": "cardIssuingCurrency",
"baseName": "cardIssuingCurrency",
"type": "string",
"format": ""
},
{
"name": "cardPaymentMethod",
"baseName": "cardPaymentMethod",
"type": "string",
"format": ""
},
{
"name": "cardProductId",
"baseName": "cardProductId",
"type": "string",
"format": ""
},
{
"name": "cardSummary",
"baseName": "cardSummary",
"type": "string",
"format": ""
},
{
"name": "issuerBin",
"baseName": "issuerBin",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=responseAdditionalDataCard.js.map