UNPKG

@adyen/api-library

Version:

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

126 lines 2.96 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.StoredPaymentMethodResource = void 0; class StoredPaymentMethodResource { static getAttributeTypeMap() { return StoredPaymentMethodResource.attributeTypeMap; } constructor() { } } exports.StoredPaymentMethodResource = StoredPaymentMethodResource; StoredPaymentMethodResource.discriminator = undefined; StoredPaymentMethodResource.mapping = undefined; StoredPaymentMethodResource.attributeTypeMap = [ { "name": "brand", "baseName": "brand", "type": "string", "format": "" }, { "name": "expiryMonth", "baseName": "expiryMonth", "type": "string", "format": "" }, { "name": "expiryYear", "baseName": "expiryYear", "type": "string", "format": "" }, { "name": "externalResponseCode", "baseName": "externalResponseCode", "type": "string", "format": "" }, { "name": "externalTokenReference", "baseName": "externalTokenReference", "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": "issuerName", "baseName": "issuerName", "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": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" }, { "name": "supportedRecurringProcessingModels", "baseName": "supportedRecurringProcessingModels", "type": "Array<string>", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=storedPaymentMethodResource.js.map