UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 458 B
export interface BankAccountPartial { account_number?: string; account_routing_type1?: string; account_routing_type2?: string; account_routing_value1?: string; account_routing_value2?: string; } export declare namespace BankAccountPartial { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankAccountPartial.d.ts.map