UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 328 B
export interface BankAccountUSWire { account_number?: string; wire?: string; } export declare namespace BankAccountUSWire { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountUSWire.d.ts.map