@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 413 B
TypeScript
import { RfiRequestItemResponseDto } from './rfiRequestItemResponseDto';
export interface RfiResponseItemDto {
answer?: RfiRequestItemResponseDto;
id?: string;
}
export declare namespace RfiResponseItemDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=rfiResponseItemDto.d.ts.map