Inherits from Shopping_AbstractResponseType : NSObject
Declared in Shopping_GetUserProfileResponseType.h
Shopping_GetUserProfileResponseType.m

Overview

Response to GetUserProfile request.

@ingroup ShoppingInterface

Tasks

  •   user

    Contains the returned user data for the specified eBay user.

    property
  •   feedbackHistory

    Summary feedback data for a user. Contains counts of positive, neutral,
    and negative feedback for predefined time periods.

    property
  •   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

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 *feedbackDetails

Discussion

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.h

feedbackHistory

Summary feedback data for a user. Contains counts of positive, neutral,
and negative feedback for predefined time periods.

@property (nonatomic, retain) Shopping_FeedbackHistoryType *feedbackHistory

Discussion

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.h

user

Contains the returned user data for the specified eBay user.

@property (nonatomic, retain) Shopping_SimpleUserType *user

Discussion

Contains the returned user data for the specified eBay user.

type : class Shopping_SimpleUserType

Declared In

Shopping_GetUserProfileResponseType.h