UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 704 B
import { AlternateAccountIdentifiersDto } from './alternateAccountIdentifiersDto'; import { GlobalAccountRequiredFeature } from './globalAccountRequiredFeature'; export interface GlobalAccountRequestDto { alternate_account_identifiers?: AlternateAccountIdentifiersDto; country_code: string; deposit_conversion_currency?: string; nick_name?: string; request_id: string; required_features: Array<GlobalAccountRequiredFeature>; } export declare namespace GlobalAccountRequestDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=globalAccountRequestDto.d.ts.map