UNPKG

@adyen/api-library

Version:

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

126 lines 2.89 kB
"use strict"; /* * The version of the OpenAPI document: v71 * * * 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.StoredPaymentMethod = void 0; class StoredPaymentMethod { static getAttributeTypeMap() { return StoredPaymentMethod.attributeTypeMap; } constructor() { } } exports.StoredPaymentMethod = StoredPaymentMethod; StoredPaymentMethod.discriminator = undefined; StoredPaymentMethod.mapping = undefined; StoredPaymentMethod.attributeTypeMap = [ { "name": "bankAccountNumber", "baseName": "bankAccountNumber", "type": "string", "format": "" }, { "name": "bankLocationId", "baseName": "bankLocationId", "type": "string", "format": "" }, { "name": "brand", "baseName": "brand", "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": "iban", "baseName": "iban", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "label", "baseName": "label", "type": "string", "format": "" }, { "name": "lastFour", "baseName": "lastFour", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "networkTxReference", "baseName": "networkTxReference", "type": "string", "format": "" }, { "name": "ownerName", "baseName": "ownerName", "type": "string", "format": "" }, { "name": "shopperEmail", "baseName": "shopperEmail", "type": "string", "format": "" }, { "name": "supportedRecurringProcessingModels", "baseName": "supportedRecurringProcessingModels", "type": "Array<string>", "format": "" }, { "name": "supportedShopperInteractions", "baseName": "supportedShopperInteractions", "type": "Array<string>", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=storedPaymentMethod.js.map