UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 511 B
import { AlternateAccountIdentifiersDto } from './alternateAccountIdentifiersDto'; export interface GlobalAccountUpdateDto { alternate_account_identifiers?: AlternateAccountIdentifiersDto; deposit_conversion_currency?: string; nick_name: string; } export declare namespace GlobalAccountUpdateDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=globalAccountUpdateDto.d.ts.map