UNPKG

@adyen/api-library

Version:

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

78 lines 1.74 kB
"use strict"; /* * 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.BankAccount = void 0; class BankAccount { static getAttributeTypeMap() { return BankAccount.attributeTypeMap; } constructor() { } } exports.BankAccount = BankAccount; BankAccount.discriminator = undefined; BankAccount.mapping = undefined; BankAccount.attributeTypeMap = [ { "name": "bankAccountNumber", "baseName": "bankAccountNumber", "type": "string", "format": "" }, { "name": "bankCity", "baseName": "bankCity", "type": "string", "format": "" }, { "name": "bankLocationId", "baseName": "bankLocationId", "type": "string", "format": "" }, { "name": "bankName", "baseName": "bankName", "type": "string", "format": "" }, { "name": "bic", "baseName": "bic", "type": "string", "format": "" }, { "name": "countryCode", "baseName": "countryCode", "type": "string", "format": "" }, { "name": "iban", "baseName": "iban", "type": "string", "format": "" }, { "name": "ownerName", "baseName": "ownerName", "type": "string", "format": "" }, { "name": "taxId", "baseName": "taxId", "type": "string", "format": "" } ]; //# sourceMappingURL=bankAccount.js.map