UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 388 B
export interface BankAccountAUPayid { account_identifier_type?: string; account_number?: string; bsb?: string; payid?: string; } export declare namespace BankAccountAUPayid { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountAUPayid.d.ts.map