Class GetUserProfileResponseType
Extends
AbstractResponseType
class
GetUserProfileResponseType
Defined in
com/ebay/shoppingservice/GetUserProfileResponseType.js
Property Summary
Array
feedbackDetails
The FeedbackDetails container has fields (ItemID, etc.) with information about one feedback entry.
FeedbackHistoryType
feedbackHistory
Summary feedback data for a user.
SimpleUserType
user
Contains the returned user data for the specified eBay user.
Properties inherited from
AbstractResponseType
ack
,
build
,
correlationID
,
errors
,
timestamp
,
version
Constructor Summary
GetUserProfileResponseType
(Object props)
Property Details
property Array 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
FeedbackHistoryType
feedbackHistory
Summary feedback data for a user. Contains counts of positive, neutral, and negative feedback for predefined time periods.
property
SimpleUserType
user
Contains the returned user data for the specified eBay user.
Constructor Details
constructor GetUserProfileResponseType
GetUserProfileResponseType(Object props)
Parameters:
props