UNPKG

@adyen/api-library

Version:

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

66 lines 1.59 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.CardIdentification = void 0; class CardIdentification { static getAttributeTypeMap() { return CardIdentification.attributeTypeMap; } constructor() { } } exports.CardIdentification = CardIdentification; CardIdentification.discriminator = undefined; CardIdentification.mapping = undefined; CardIdentification.attributeTypeMap = [ { "name": "expiryMonth", "baseName": "expiryMonth", "type": "string", "format": "" }, { "name": "expiryYear", "baseName": "expiryYear", "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": "" }, { "name": "storedPaymentMethodId", "baseName": "storedPaymentMethodId", "type": "string", "format": "" } ]; //# sourceMappingURL=cardIdentification.js.map