UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 343 B
export interface BankAccountSwiftCode { account_number?: string; swift_code?: string; } export declare namespace BankAccountSwiftCode { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountSwiftCode.d.ts.map