import { P2pTransactionConvertInfo } from './p2pTransactionConvertInfo'; export declare class P2pTransactionListItem { 'typeBuy'?: number; 'timest'?: string; 'timestExpire'?: string; 'type'?: string; 'tradeType'?: string; 'timestamp'?: number; 'rate'?: string; 'amount'?: string; 'total'?: string; 'txid'?: number; 'status'?: string; 'orderStatus'?: string; 'itsRealname'?: string; 'itsUid'?: string; 'itsNick'?: string; 'userNote'?: string; 'showBank'?: string; 'bankname'?: string; 'bankbranch'?: string; 'sellerRealname'?: string; 'buyerRealname'?: string; 'bankid'?: string; 'bankHolderRealname'?: string; 'showAli'?: number; 'aliname'?: string; 'showWechat'?: number; 'wename'?: string; 'isAlicode'?: number; 'disputeTime'?: number; 'cancelable'?: number; 'blackUid'?: string; 'blackName'?: string; 'memo'?: string; 'isFollow'?: number; 'isBlack'?: boolean; 'currencyType'?: string; 'wantType'?: string; 'isHedge'?: number; 'hidePayment'?: number; 'selPaytype'?: string; 'showOthers'?: number; 'payOthers'?: Array; 'tradeTips'?: string; 'appealUnread'?: number; 'imUnread'?: number; 'inDispute'?: boolean; 'reasonId'?: string; 'reasonMemo'?: string; 'cancelTime'?: string; 'sellerConfirm'?: number; 'toastId'?: number; 'disputeReback'?: number; 'score'?: string; 'message'?: string; 'releaseCoinSwitch'?: number; 'tier'?: number; 'blueVip'?: number; 'odTime'?: number; 'orderType'?: number; 'orderTag'?: Array; 'convertInfo'?: P2pTransactionConvertInfo; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }