UNPKG

@adyen/api-library

Version:

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

50 lines 1.5 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.USLocalAccountIdentification = void 0; const bankAccountIdentification_1 = require("./bankAccountIdentification"); class USLocalAccountIdentification extends bankAccountIdentification_1.BankAccountIdentification { static getAttributeTypeMap() { return super.getAttributeTypeMap().concat(USLocalAccountIdentification.attributeTypeMap); } constructor() { super(); } } exports.USLocalAccountIdentification = USLocalAccountIdentification; USLocalAccountIdentification.discriminator = undefined; USLocalAccountIdentification.mapping = undefined; USLocalAccountIdentification.attributeTypeMap = [ { "name": "accountNumber", "baseName": "accountNumber", "type": "string", "format": "" }, { "name": "accountType", "baseName": "accountType", "type": "USLocalBankAccountType", "format": "" }, { "name": "routingNumber", "baseName": "routingNumber", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=uSLocalAccountIdentification.js.map