UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 390 B
export interface BankAccountBRBankCode { account_number?: string; bank_code?: string; branch_code?: string; ispb?: string; } export declare namespace BankAccountBRBankCode { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountBRBankCode.d.ts.map