@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.55 kB
JavaScript
;
/*
* The version of the OpenAPI document: v68
*
*
* 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.Card = void 0;
class Card {
static getAttributeTypeMap() {
return Card.attributeTypeMap;
}
constructor() {
}
}
exports.Card = Card;
Card.discriminator = undefined;
Card.mapping = undefined;
Card.attributeTypeMap = [
{
"name": "cvc",
"baseName": "cvc",
"type": "string",
"format": ""
},
{
"name": "expiryMonth",
"baseName": "expiryMonth",
"type": "string",
"format": ""
},
{
"name": "expiryYear",
"baseName": "expiryYear",
"type": "string",
"format": ""
},
{
"name": "holderName",
"baseName": "holderName",
"type": "string",
"format": ""
},
{
"name": "issueNumber",
"baseName": "issueNumber",
"type": "string",
"format": ""
},
{
"name": "number",
"baseName": "number",
"type": "string",
"format": ""
},
{
"name": "startMonth",
"baseName": "startMonth",
"type": "string",
"format": ""
},
{
"name": "startYear",
"baseName": "startYear",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=card.js.map