Class FeedbackPeriodType


class FeedbackPeriodType
Contains the data for one type of feedback for one predefined time period. Parent FeedbackPeriodArrayType object indicates the type of feedback counted: positive, neutral, negative, or total.

Defined in com/ebay/shoppingservice/FeedbackPeriodType.js

Property Summary
Number count
Count of the feedbacks received by the user for the time period prior to the call indicated in PeriodInDays.
Number periodInDays
Indicates the time period for the feedback count.

Constructor Summary
FeedbackPeriodType(Object props)

Property Details

property Number count

Count of the feedbacks received by the user for the time period prior to the call indicated in PeriodInDays.


property Number periodInDays

Indicates the time period for the feedback count. Returns a value indicating the number of days prior to the call for which feedbacks of the particular type are counted.


Constructor Details

constructor FeedbackPeriodType

FeedbackPeriodType(Object props)

Parameters:
props