Trading_GetFeedbackResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetFeedbackResponseType.h Trading_GetFeedbackResponseType.m |
Overview
The GetFeedback response contains the feedback summary if a
TransactionID or ItemID is specified, and contains the specified user’s total
feedback score and feedback summary data if a UserID is specified. If no
value is supplied, the feedback score and feedback summary for the requesting
user will be returned.
If a detail level value of ReturnAll is specified, an array of all feedback
records will be returned.
@ingroup EBayAPIInterface
Tasks
-
feedbackDetailArrayContains the individual feedback records for the user or order line item specified in the request. There is one FeedbackDetailType
property
object for each feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify FeedbackID in the request. -
feedbackDetailItemTotalIndicates the number of FeedbackDetailType objects returned in the
property
FeedbackDetailArray property. Only applicable if feedback details are
returned. -
feedbackSummarySummary feedback data for the user. Contains counts of positive, neutral,
property
and negative feedback for pre-defined time periods. Only applicable if feedback details are returned. -
feedbackScoreIndicates the total feedback score for the user.
property -
paginationResultContains information regarding the pagination of data (if pagination is
property
used), including total number of pages and total number of entries. This
is only applicable when a User ID or no ID (requester option) is specified. -
entriesPerPageIndicates the number of entries (feedback detail) that are being
property
returned per page of data (i.e., per call).
Only returned if entries are returned. -
pageNumberIndicates which page of data was just returned. Will be the same as the
property
value specified in Pagination.PageNumber. (If the input is
higher than the total number of pages, the call fails with an error.)
Only returned if items are returned.
Properties
entriesPerPage
Indicates the number of entries (feedback detail) that are being
returned per page of data (i.e., per call).
Only returned if entries are returned.
@property (nonatomic, retain) NSNumber *entriesPerPageDiscussion
Indicates the number of entries (feedback detail) that are being
returned per page of data (i.e., per call).
Only returned if entries are returned.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetFeedbackResponseType.hfeedbackDetailArray
Contains the individual feedback records for the user or order line item specified in the request. There is one FeedbackDetailType
object for each feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify FeedbackID in the request.
@property (nonatomic, retain) Trading_FeedbackDetailArrayType *feedbackDetailArrayDiscussion
Contains the individual feedback records for the user or order line item specified in the request. There is one FeedbackDetailType
object for each feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify FeedbackID in the request.
type : class Trading_FeedbackDetailArrayType
Declared In
Trading_GetFeedbackResponseType.hfeedbackDetailItemTotal
Indicates the number of FeedbackDetailType objects returned in the
FeedbackDetailArray property. Only applicable if feedback details are
returned.
@property (nonatomic, retain) NSNumber *feedbackDetailItemTotalDiscussion
Indicates the number of FeedbackDetailType objects returned in the
FeedbackDetailArray property. Only applicable if feedback details are
returned.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetFeedbackResponseType.hfeedbackScore
Indicates the total feedback score for the user.
@property (nonatomic, retain) NSNumber *feedbackScoreDiscussion
Indicates the total feedback score for the user.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetFeedbackResponseType.hfeedbackSummary
Summary feedback data for the user. Contains counts of positive, neutral,
and negative feedback for pre-defined time periods. Only applicable if feedback details are returned.
@property (nonatomic, retain) Trading_FeedbackSummaryType *feedbackSummaryDiscussion
Summary feedback data for the user. Contains counts of positive, neutral,
and negative feedback for pre-defined time periods. Only applicable if feedback details are returned.
type : class Trading_FeedbackSummaryType
Declared In
Trading_GetFeedbackResponseType.hpageNumber
Indicates which page of data was just returned. Will be the same as the
value specified in Pagination.PageNumber. (If the input is
higher than the total number of pages, the call fails with an error.)
Only returned if items are returned.
@property (nonatomic, retain) NSNumber *pageNumberDiscussion
Indicates which page of data was just returned. Will be the same as the
value specified in Pagination.PageNumber. (If the input is
higher than the total number of pages, the call fails with an error.)
Only returned if items are returned.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetFeedbackResponseType.hpaginationResult
Contains information regarding the pagination of data (if pagination is
used), including total number of pages and total number of entries. This
is only applicable when a User ID or no ID (requester option) is specified.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Contains information regarding the pagination of data (if pagination is
used), including total number of pages and total number of entries. This
is only applicable when a User ID or no ID (requester option) is specified.
type : class Trading_PaginationResultType
Declared In
Trading_GetFeedbackResponseType.h