UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

21 lines 624 B
import { SimulationRfiRequestDto } from './simulationRfiRequestDto'; export interface SimulationRfiSessionDto { account_id?: string; active_request?: SimulationRfiRequestDto; answered_requests?: Array<SimulationRfiRequestDto>; created_at?: string; id?: string; status?: string; sub_type?: string; type?: string; updated_at?: string; } export declare namespace SimulationRfiSessionDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationRfiSessionDto.d.ts.map