export declare class P2pTransactionDetail { 'isSell'?: number; 'txid'?: number; 'orderid'?: number; 'timest'?: number; 'lastPayTime'?: number; 'remainPayTime'?: number; 'currencyType'?: string; 'wantType'?: string; 'rate'?: string; 'amount'?: string; 'total'?: string; 'status'?: string; 'reasonId'?: string; 'reasonDesc'?: string; 'toastId'?: number; 'cancelTime'?: string; 'sellerConfirm'?: number; 'inAppeal'?: number; 'disputeTime'?: number; 'cancelable'?: number; 'hidePayment'?: number; 'tradeTips'?: string; 'showBank'?: string; 'bankname'?: string; 'bankbranch'?: string; 'bankid'?: string; 'bankHolderRealname'?: string; 'showAli'?: string; 'aliname'?: string; 'isAlicode'?: number; 'showWechat'?: string; 'wename'?: string; 'showOthers'?: string; 'payOthers'?: Array; 'selPaytype'?: string; 'itsUid'?: string; 'itsIsBlueVip'?: number; 'itsTier'?: number; 'itsAvatar'?: string; 'itsNickname'?: string; 'itsRealname'?: string; 'isFollow'?: number; 'isBlack'?: number; 'haveTraded'?: number; 'appealUnread'?: number; 'appealAllowCancel'?: number; 'appealVerdictHasOpen'?: string; 'imUnread'?: number; 'message'?: string; 'score'?: string; 'paymentVoucherUrl'?: Array; 'completeNumber'?: number; 'completeRateMonth'?: string; 'checkJournalAccount'?: boolean; 'showJournalAccount'?: boolean; 'isFreezeGuarantee'?: number; 'usdtLeftGuarantee'?: string; 'guaranteeCurrType'?: string; 'timestPaid'?: number; 'state'?: string; 'releaseCoinSwitch'?: number; 'ownRealname'?: string; 'confirmationUseTimeMonth'?: number; 'isRiskUser'?: number; 'isXt'?: number; 'orderType'?: number; 'symbol'?: string; 'isShowReceive'?: number; 'isTaker'?: number; 'isOnline'?: number; 'showSellerContactInfo'?: boolean; 'supportedPayTypes'?: Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }