Shopping_GetUserProfileResponseType Class Reference
| Inherits from | Shopping_AbstractResponseType : NSObject |
| Declared in | Shopping_GetUserProfileResponseType.h Shopping_GetUserProfileResponseType.m |
Tasks
-
userContains the returned user data for the specified eBay user.
property -
feedbackHistorySummary feedback data for a user. Contains counts of positive, neutral,
property
and negative feedback for predefined time periods. -
feedbackDetailsThe FeedbackDetails container has fields (ItemID, etc.) with information
property
about one feedback entry. When you call GetUserProfile, the 5 (maximum) most
recent feedback records are returned in FeedbackDetails containers.
Properties
feedbackDetails
The FeedbackDetails container has fields (ItemID, etc.) with information
about one feedback entry. When you call GetUserProfile, the 5 (maximum) most
recent feedback records are returned in FeedbackDetails containers.
@property (nonatomic, retain) NSMutableArray *feedbackDetailsDiscussion
The FeedbackDetails container has fields (ItemID, etc.) with information
about one feedback entry. When you call GetUserProfile, the 5 (maximum) most
recent feedback records are returned in FeedbackDetails containers.
entry type : class Shopping_FeedbackDetailType
Declared In
Shopping_GetUserProfileResponseType.hfeedbackHistory
Summary feedback data for a user. Contains counts of positive, neutral,
and negative feedback for predefined time periods.
@property (nonatomic, retain) Shopping_FeedbackHistoryType *feedbackHistoryDiscussion
Summary feedback data for a user. Contains counts of positive, neutral,
and negative feedback for predefined time periods.
type : class Shopping_FeedbackHistoryType
Declared In
Shopping_GetUserProfileResponseType.huser
Contains the returned user data for the specified eBay user.
@property (nonatomic, retain) Shopping_SimpleUserType *userDiscussion
Contains the returned user data for the specified eBay user.
type : class Shopping_SimpleUserType
Declared In
Shopping_GetUserProfileResponseType.h