UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 370 B
export interface SimulationOtherNameDto { first_name?: string; last_name?: string; middle_name?: string; } export declare namespace SimulationOtherNameDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationOtherNameDto.d.ts.map