Shopping_FeedbackHistoryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_FeedbackHistoryType.h Shopping_FeedbackHistoryType.m |
Overview
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.
@ingroup ShoppingInterface
Tasks
-
bidRetractionFeedbackPeriodsBid retractions count, for multiple predefined time periods preceding
property
the call. -
negativeFeedbackPeriodsNegative feedback entries count, for multiple predefined time periods preceding
property
the call. -
neutralFeedbackPeriodsNeutral feedback entries count, for multiple predefined time periods preceding
property
the call. -
positiveFeedbackPeriodsPositive feedback entries count, for multiple predefined time periods
property
preceding the call. -
totalFeedbackPeriodsTotal feedback score, for multiple predefined time periods preceding the
property
call. -
uniqueNegativeFeedbackCountTotal number of negative Feedback comments received by the user, including weekly repeats.
property -
uniquePositiveFeedbackCountTotal number of positive Feedback comments received by the user, including weekly repeats.
property -
averageRatingDetailsContainer for information about detailed seller ratings (DSRs)
property
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.). -
neutralCommentCountFromSuspendedUsersNumber of neutral comments received from suspended users.
property -
uniqueNeutralFeedbackCountTotal number of neutral Feedback comments received by the user, including weekly repeats.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_FeedbackHistoryType.haverageRatingDetails
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 (nonatomic, retain) NSMutableArray *averageRatingDetailsDiscussion
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.).
entry type : class Shopping_AverageRatingDetailsType
Declared In
Shopping_FeedbackHistoryType.hbidRetractionFeedbackPeriods
Bid retractions count, for multiple predefined time periods preceding
the call.
@property (nonatomic, retain) NSMutableArray *bidRetractionFeedbackPeriodsDiscussion
Bid retractions count, for multiple predefined time periods preceding
the call.
entry type : class Shopping_FeedbackPeriodType
Declared In
Shopping_FeedbackHistoryType.hnegativeFeedbackPeriods
Negative feedback entries count, for multiple predefined time periods preceding
the call.
@property (nonatomic, retain) NSMutableArray *negativeFeedbackPeriodsDiscussion
Negative feedback entries count, for multiple predefined time periods preceding
the call.
entry type : class Shopping_FeedbackPeriodType
Declared In
Shopping_FeedbackHistoryType.hneutralCommentCountFromSuspendedUsers
Number of neutral comments received from suspended users.
@property (nonatomic, retain) NSNumber *neutralCommentCountFromSuspendedUsersDiscussion
Number of neutral comments received from suspended users.
type : NSNumber, wrapper for primitive long
Declared In
Shopping_FeedbackHistoryType.hneutralFeedbackPeriods
Neutral feedback entries count, for multiple predefined time periods preceding
the call.
@property (nonatomic, retain) NSMutableArray *neutralFeedbackPeriodsDiscussion
Neutral feedback entries count, for multiple predefined time periods preceding
the call.
entry type : class Shopping_FeedbackPeriodType
Declared In
Shopping_FeedbackHistoryType.hpositiveFeedbackPeriods
Positive feedback entries count, for multiple predefined time periods
preceding the call.
@property (nonatomic, retain) NSMutableArray *positiveFeedbackPeriodsDiscussion
Positive feedback entries count, for multiple predefined time periods
preceding the call.
entry type : class Shopping_FeedbackPeriodType
Declared In
Shopping_FeedbackHistoryType.htotalFeedbackPeriods
Total feedback score, for multiple predefined time periods preceding the
call.
@property (nonatomic, retain) NSMutableArray *totalFeedbackPeriodsDiscussion
Total feedback score, for multiple predefined time periods preceding the
call.
entry type : class Shopping_FeedbackPeriodType
Declared In
Shopping_FeedbackHistoryType.huniqueNegativeFeedbackCount
Total number of negative Feedback comments received by the user, including weekly repeats.
@property (nonatomic, retain) NSNumber *uniqueNegativeFeedbackCountDiscussion
Total number of negative Feedback comments received by the user, including weekly repeats.
type : NSNumber, wrapper for primitive long
Declared In
Shopping_FeedbackHistoryType.huniqueNeutralFeedbackCount
Total number of neutral Feedback comments received by the user, including weekly repeats.
@property (nonatomic, retain) NSNumber *uniqueNeutralFeedbackCountDiscussion
Total number of neutral Feedback comments received by the user, including weekly repeats.
type : NSNumber, wrapper for primitive long
Declared In
Shopping_FeedbackHistoryType.huniquePositiveFeedbackCount
Total number of positive Feedback comments received by the user, including weekly repeats.
@property (nonatomic, retain) NSNumber *uniquePositiveFeedbackCountDiscussion
Total number of positive Feedback comments received by the user, including weekly repeats.
type : NSNumber, wrapper for primitive long
Declared In
Shopping_FeedbackHistoryType.h