Trading_GetItemsAwaitingFeedbackRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetItemsAwaitingFeedbackRequestType.h Trading_GetItemsAwaitingFeedbackRequestType.m |
Overview
Returns orders in which the user was involved and for which feedback
is still needed from either the buyer or seller.
@ingroup EBayAPIInterface
Tasks
-
sortSpecifies how the returned feedback items should be sorted.
property
Valid values are Title, EndTime, QuestionCount, FeedbackLeft,
FeedbackReceivedDescending, UserIDDescending, TitleDescending,
and EndTimeDescending. -
paginationSpecifies the number of entries per page and the page number to return
property
in the result set.
Properties
pagination
Specifies the number of entries per page and the page number to return
in the result set.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
Specifies the number of entries per page and the page number to return
in the result set.
type : class Trading_PaginationType
Declared In
Trading_GetItemsAwaitingFeedbackRequestType.hsort
Specifies how the returned feedback items should be sorted.
Valid values are Title, EndTime, QuestionCount, FeedbackLeft,
FeedbackReceivedDescending, UserIDDescending, TitleDescending,
and EndTimeDescending.
@property (nonatomic, retain) NSString *sortDiscussion
Specifies how the returned feedback items should be sorted.
Valid values are Title, EndTime, QuestionCount, FeedbackLeft,
FeedbackReceivedDescending, UserIDDescending, TitleDescending,
and EndTimeDescending.
type: string constant in Trading_ItemSortTypeCodeType.h
Declared In
Trading_GetItemsAwaitingFeedbackRequestType.h