eBay Trading APIVersion 1349
 

FeedbackPeriodType

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

Type that uses FeedbackPeriodType:

Call that uses FeedbackPeriodType:

Fields

Count ( int ) [0..1]
This integer value indicates the total number of Feedback entries that occurred within the time period specified in the PeriodInDays field. This field is always returned with the FeedbackPeriod container.
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 30 days, 180 days, and 365 days. This field is always returned with the FeedbackPeriod container.
See the Field Index to learn which calls use PeriodInDays.