UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 555 B
import { SimulationBusinessIdentificationApiDto } from './simulationBusinessIdentificationApiDto'; export interface SimulationBusinessIdentificationsApiDto { primary?: SimulationBusinessIdentificationApiDto; secondary?: SimulationBusinessIdentificationApiDto; } export declare namespace SimulationBusinessIdentificationsApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationBusinessIdentificationsApiDto.d.ts.map