UNPKG

@adyen/api-library

Version:

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

54 lines 1.36 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.BankAccountInfo = void 0; class BankAccountInfo { static getAttributeTypeMap() { return BankAccountInfo.attributeTypeMap; } constructor() { } } exports.BankAccountInfo = BankAccountInfo; BankAccountInfo.discriminator = undefined; BankAccountInfo.mapping = undefined; BankAccountInfo.attributeTypeMap = [ { "name": "accountIdentification", "baseName": "accountIdentification", "type": "BankAccountInfoAccountIdentification | null", "format": "" }, { "name": "accountType", "baseName": "accountType", "type": "string", "format": "" }, { "name": "bankName", "baseName": "bankName", "type": "string", "format": "" }, { "name": "countryCode", "baseName": "countryCode", "type": "string", "format": "" }, { "name": "trustedSource", "baseName": "trustedSource", "type": "boolean", "format": "" } ]; //# sourceMappingURL=bankAccountInfo.js.map