import { P2pMerchantMarketInfo } from './p2pMerchantMarketInfo'; export declare class P2pMerchantUserInfo { 'isSelf'?: boolean; 'userTimest'?: string; 'counterpartiesNum'?: number; 'emailVerified'?: string; 'verified'?: string; 'hasPhone'?: string; 'userName'?: string; 'userNote'?: string; 'completeTransactions'?: string; 'paidTransactions'?: string; 'acceptedTransactions'?: string; 'transactionsUsedTime'?: string; 'cancelledUsedTimeMonth'?: string; 'completeTransactionsMonth'?: string; 'completeRateMonth'?: number; 'ordersBuyRateMonth'?: number; 'isBlack'?: number; 'isFollow'?: number; 'haveTraded'?: number; 'bizUid'?: string; 'blueVip'?: number; 'workStatus'?: number; 'registrationDays'?: number; 'firstTradeDays'?: number; 'needReplenish'?: number; 'merchantInfo'?: P2pMerchantMarketInfo; 'onlineStatus'?: number; 'workHours'?: object | null; 'transactionsMonth'?: number; 'transactionsAll'?: number; 'tradeVersatile'?: boolean; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }