UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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