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

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_FeedbackHistoryType.h

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 (nonatomic, retain) NSMutableArray *averageRatingDetails

Discussion

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.h

bidRetractionFeedbackPeriods

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

@property (nonatomic, retain) NSMutableArray *bidRetractionFeedbackPeriods

Discussion

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

entry type : class Shopping_FeedbackPeriodType

Declared In

Shopping_FeedbackHistoryType.h

negativeFeedbackPeriods

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

@property (nonatomic, retain) NSMutableArray *negativeFeedbackPeriods

Discussion

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

entry type : class Shopping_FeedbackPeriodType

Declared In

Shopping_FeedbackHistoryType.h

neutralCommentCountFromSuspendedUsers

Number of neutral comments received from suspended users.

@property (nonatomic, retain) NSNumber *neutralCommentCountFromSuspendedUsers

Discussion

Number of neutral comments received from suspended users.

type : NSNumber, wrapper for primitive long

Declared In

Shopping_FeedbackHistoryType.h

neutralFeedbackPeriods

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

@property (nonatomic, retain) NSMutableArray *neutralFeedbackPeriods

Discussion

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

entry type : class Shopping_FeedbackPeriodType

Declared In

Shopping_FeedbackHistoryType.h

positiveFeedbackPeriods

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

@property (nonatomic, retain) NSMutableArray *positiveFeedbackPeriods

Discussion

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

entry type : class Shopping_FeedbackPeriodType

Declared In

Shopping_FeedbackHistoryType.h

totalFeedbackPeriods

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

@property (nonatomic, retain) NSMutableArray *totalFeedbackPeriods

Discussion

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

entry type : class Shopping_FeedbackPeriodType

Declared In

Shopping_FeedbackHistoryType.h

uniqueNegativeFeedbackCount

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

@property (nonatomic, retain) NSNumber *uniqueNegativeFeedbackCount

Discussion

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

type : NSNumber, wrapper for primitive long

Declared In

Shopping_FeedbackHistoryType.h

uniqueNeutralFeedbackCount

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

@property (nonatomic, retain) NSNumber *uniqueNeutralFeedbackCount

Discussion

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

type : NSNumber, wrapper for primitive long

Declared In

Shopping_FeedbackHistoryType.h

uniquePositiveFeedbackCount

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

@property (nonatomic, retain) NSNumber *uniquePositiveFeedbackCount

Discussion

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

type : NSNumber, wrapper for primitive long

Declared In

Shopping_FeedbackHistoryType.h