export declare class FlashSwapOrderCreateRespData { 'id'?: number; 'userId'?: number; 'source'?: string; 'appId'?: string; 'clientReqId'?: string; 'sellAsset'?: string; 'sellAmount'?: string; 'sellAmountShow'?: string; 'buyAsset'?: string; 'buyAmount'?: string; 'buyAmountShow'?: string; 'price'?: string; 'status'?: number; 'quoteId'?: string; 'failedCode'?: number; 'failedReason'?: string; 'createTime'?: string; 'createTimeMs'?: number; 'accountMode': number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }