UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

24 lines 764 B
import { AddressApiDto } from './addressApiDto'; import { IdentityInfoApiDto } from './identityInfoApiDto'; export interface TrusteeIndividualApiDto { address?: AddressApiDto; attachments?: IdentityInfoApiDto; date_of_birth?: string; first_name?: string; first_name_english?: string; identification_drivers_license_version?: string; identification_number?: string; identification_type?: string; last_name?: string; last_name_english?: string; nationality?: string; } export declare namespace TrusteeIndividualApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=trusteeIndividualApiDto.d.ts.map