UNPKG

@adyen/api-library

Version:

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

180 lines 4.27 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.UpdatePaymentMethodInfo = void 0; class UpdatePaymentMethodInfo { static getAttributeTypeMap() { return UpdatePaymentMethodInfo.attributeTypeMap; } constructor() { } } exports.UpdatePaymentMethodInfo = UpdatePaymentMethodInfo; UpdatePaymentMethodInfo.discriminator = undefined; UpdatePaymentMethodInfo.mapping = undefined; UpdatePaymentMethodInfo.attributeTypeMap = [ { "name": "accel", "baseName": "accel", "type": "AccelInfo | null", "format": "" }, { "name": "bcmc", "baseName": "bcmc", "type": "BcmcInfo | null", "format": "" }, { "name": "cartesBancaires", "baseName": "cartesBancaires", "type": "CartesBancairesInfo | null", "format": "" }, { "name": "countries", "baseName": "countries", "type": "Array<string>", "format": "" }, { "name": "cup", "baseName": "cup", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "currencies", "baseName": "currencies", "type": "Array<string>", "format": "" }, { "name": "customRoutingFlags", "baseName": "customRoutingFlags", "type": "Array<string>", "format": "" }, { "name": "diners", "baseName": "diners", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "discover", "baseName": "discover", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "eft_directdebit_CA", "baseName": "eft_directdebit_CA", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "eftpos_australia", "baseName": "eftpos_australia", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "enabled", "baseName": "enabled", "type": "boolean", "format": "" }, { "name": "girocard", "baseName": "girocard", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "ideal", "baseName": "ideal", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "interac_card", "baseName": "interac_card", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "jcb", "baseName": "jcb", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "maestro", "baseName": "maestro", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "maestro_usa", "baseName": "maestro_usa", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "mc", "baseName": "mc", "type": "GenericPmWithTdiInfo | null", "format": "" }, { "name": "nyce", "baseName": "nyce", "type": "NyceInfo | null", "format": "" }, { "name": "paybybank_plaid", "baseName": "paybybank_plaid", "type": "PayByBankPlaidInfo | null", "format": "" }, { "name": "pulse", "baseName": "pulse", "type": "PulseInfo | null", "format": "" }, { "name": "star", "baseName": "star", "type": "StarInfo | null", "format": "" }, { "name": "storeId", "baseName": "storeId", "type": "string", "format": "" }, { "name": "storeIds", "baseName": "storeIds", "type": "Array<string>", "format": "" }, { "name": "visa", "baseName": "visa", "type": "GenericPmWithTdiInfo | null", "format": "" } ]; //# sourceMappingURL=updatePaymentMethodInfo.js.map