Class FeedbackHistoryType


class FeedbackHistoryType
Specifies all feedback summary information (except Score). Contains objects that each convey feedback counts for positive, negative, neutral, and total feedback counts - for various time periods each. Also conveys counts of bid retractions for the predefined time periods.

Defined in com/ebay/shoppingservice/FeedbackHistoryType.js

Property Summary
Container for information about detailed seller ratings (DSRs) that buyers have left for a seller.
Bid retractions count, for multiple predefined time periods preceding the call.
Negative feedback entries count, for multiple predefined time periods preceding the call.
Number of neutral comments received from suspended users.
Neutral feedback entries count, for multiple predefined time periods preceding the call.
Positive feedback entries count, for multiple predefined time periods preceding the call.
Total feedback score, for multiple predefined time periods preceding the call.
Total number of negative Feedback comments received by the user, including weekly repeats.
Total number of neutral Feedback comments received by the user, including weekly repeats.
Total number of positive Feedback comments received by the user, including weekly repeats.

Constructor Summary
FeedbackHistoryType(Object props)

Property Details

property Array averageRatingDetails

Container for information about detailed seller ratings (DSRs) that buyers have left for a seller. Sellers have access to the number of ratings they've received, as well as to the averages of DSRs they've received in each DSR area (i.e., to the average of ratings in the item-description area, etc.).


property Array bidRetractionFeedbackPeriods

Bid retractions count, for multiple predefined time periods preceding the call.


property Array negativeFeedbackPeriods

Negative feedback entries count, for multiple predefined time periods preceding the call.


property Number neutralCommentCountFromSuspendedUsers

Number of neutral comments received from suspended users.


property Array neutralFeedbackPeriods

Neutral feedback entries count, for multiple predefined time periods preceding the call.


property Array positiveFeedbackPeriods

Positive feedback entries count, for multiple predefined time periods preceding the call.


property Array totalFeedbackPeriods

Total feedback score, for multiple predefined time periods preceding the call.


property Number uniqueNegativeFeedbackCount

Total number of negative Feedback comments received by the user, including weekly repeats.


property Number uniqueNeutralFeedbackCount

Total number of neutral Feedback comments received by the user, including weekly repeats.


property Number uniquePositiveFeedbackCount

Total number of positive Feedback comments received by the user, including weekly repeats.


Constructor Details

constructor FeedbackHistoryType

FeedbackHistoryType(Object props)

Parameters:
props