UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 488 B
import { SimulationRfiAnswerRequestDto } from './simulationRfiAnswerRequestDto'; export interface SimulationRfiFollowupQuestionRequestDto { answer?: SimulationRfiAnswerRequestDto; id?: string; } export declare namespace SimulationRfiFollowupQuestionRequestDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationRfiFollowupQuestionRequestDto.d.ts.map