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
-
feedbackDetailArray
Contains 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. -
feedbackDetailItemTotal
Indicates the number of FeedbackDetailType objects returned in the
property
FeedbackDetailArray property. Only applicable if feedback details are
returned. -
feedbackSummary
Summary 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. -
feedbackScore
Indicates the total feedback score for the user.
property -
paginationResult
Contains 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. -
entriesPerPage
Indicates 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. -
pageNumber
Indicates 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 *entriesPerPage
Discussion
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.h
feedbackDetailArray
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 *feedbackDetailArray
Discussion
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.h
feedbackDetailItemTotal
Indicates the number of FeedbackDetailType objects returned in the
FeedbackDetailArray property. Only applicable if feedback details are
returned.
@property (nonatomic, retain) NSNumber *feedbackDetailItemTotal
Discussion
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.h
feedbackScore
Indicates the total feedback score for the user.
@property (nonatomic, retain) NSNumber *feedbackScore
Discussion
Indicates the total feedback score for the user.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetFeedbackResponseType.h
feedbackSummary
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 *feedbackSummary
Discussion
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.h
pageNumber
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 *pageNumber
Discussion
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.h
paginationResult
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 *paginationResult
Discussion
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