eBay Shopping APIVersion 1293
 

FeedbackPeriodType

This type is used by various Feedback count containers that are returned in the GetUserProfile call to indicate how many Negative, Neutral, Positive, Retracted, and Total Feedback entries a user has received within different periods of time, typically 7 days, 30 days, 180 days, and 365 days.

Type that uses FeedbackPeriodType:

Call that uses FeedbackPeriodType:

Fields

Count ( long ) [0..1]
This integer value indicates the total number of Feedback entries that occurred within the time period specified in the PeriodInDays field.
See the Field Index to learn which calls use Count.

PeriodInDays ( int ) [0..1]
This integer value indicates the total number of days in the time period for the Feedback count. Typically, the returned time periods are 7 days, 30 days, 180 days, and 365 days.
See the Field Index to learn which calls use PeriodInDays.