UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 366 B
export interface BankAccountInstitution { country_code?: string; name?: string; swift_code?: string; } export declare namespace BankAccountInstitution { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountInstitution.d.ts.map