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

  •   sort

    Specifies how the returned feedback items should be sorted.
    Valid values are Title, EndTime, QuestionCount, FeedbackLeft,
    FeedbackReceivedDescending, UserIDDescending, TitleDescending,
    and EndTimeDescending.

    property
  •   pagination

    Specifies the number of entries per page and the page number to return
    in the result set.

    property

Properties

pagination

Specifies the number of entries per page and the page number to return
in the result set.

@property (nonatomic, retain) Trading_PaginationType *pagination

Discussion

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

sort

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

Discussion

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