UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 293 B
export interface BankAccountIban { iban?: string; } export declare namespace BankAccountIban { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountIban.d.ts.map