UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 486 B
export interface BeneficiarySampleDto { bank_country_code?: string; account_currency?: string; transfer_method?: string; local_clearing_system?: string; entity_type?: string; provider?: string; type?: string; } export declare namespace BeneficiarySampleDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=beneficiarySampleDto.d.ts.map