Trading_FeedbackSummaryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_FeedbackSummaryType.h Trading_FeedbackSummaryType.m |
Overview
Specifies all feedback summary information (except Score). Contains
FeedbackPeriodArrayType 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 EBayAPIInterface
Tasks
-
bidRetractionFeedbackPeriodArrayBid retractions count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
negativeFeedbackPeriodArrayNegative feedback entries count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
neutralFeedbackPeriodArrayNeutral feedback entries count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
positiveFeedbackPeriodArrayPositive feedback entries count, for multiple predefined time periods
property
preceding the call. Returned if no detail level is specified. -
totalFeedbackPeriodArrayTotal feedback score, for multiple predefined time periods preceding the
property
call. Returned if no detail level is specified. -
neutralCommentCountFromSuspendedUsersNumber of neutral comments received from suspended users. Returned if no
property
detail level is specified. -
uniqueNegativeFeedbackCountTotal number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
uniquePositiveFeedbackCountTotal number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
uniqueNeutralFeedbackCountTotal number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
sellerRatingSummaryArrayContainer 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.).
The DSR feature is available on the United Kingdom site
and on the following other sites: AU (site ID 15), BEFR (site ID 23),
BENL (site ID 123), FR (site ID 71), IE (site ID 205), IN (site ID 203),
IT (site ID 101), and PL (site ID 212). The DSR feature is available on the other
API-enabled country sites, including the US site (site ID 0). -
sellerRoleMetricsContainer for information about 1 year feedback metric as seller.
property -
buyerRoleMetricsContainer for information about 1 year feedback metric as buyer.
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
Trading_FeedbackSummaryType.hbidRetractionFeedbackPeriodArray
Bid retractions count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *bidRetractionFeedbackPeriodArrayDiscussion
Bid retractions count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
type : class Trading_FeedbackPeriodArrayType
Declared In
Trading_FeedbackSummaryType.hbuyerRoleMetrics
Container for information about 1 year feedback metric as buyer.
@property (nonatomic, retain) Trading_BuyerRoleMetricsType *buyerRoleMetricsDiscussion
Container for information about 1 year feedback metric as buyer.
type : class Trading_BuyerRoleMetricsType
Declared In
Trading_FeedbackSummaryType.hnegativeFeedbackPeriodArray
Negative feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *negativeFeedbackPeriodArrayDiscussion
Negative feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
type : class Trading_FeedbackPeriodArrayType
Declared In
Trading_FeedbackSummaryType.hneutralCommentCountFromSuspendedUsers
Number of neutral comments received from suspended users. Returned if no
detail level is specified.
@property (nonatomic, retain) NSNumber *neutralCommentCountFromSuspendedUsersDiscussion
Number of neutral comments received from suspended users. Returned if no
detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackSummaryType.hneutralFeedbackPeriodArray
Neutral feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *neutralFeedbackPeriodArrayDiscussion
Neutral feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
type : class Trading_FeedbackPeriodArrayType
Declared In
Trading_FeedbackSummaryType.hpositiveFeedbackPeriodArray
Positive feedback entries count, for multiple predefined time periods
preceding the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *positiveFeedbackPeriodArrayDiscussion
Positive feedback entries count, for multiple predefined time periods
preceding the call. Returned if no detail level is specified.
type : class Trading_FeedbackPeriodArrayType
Declared In
Trading_FeedbackSummaryType.hsellerRatingSummaryArray
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.).
The DSR feature is available on the United Kingdom site
and on the following other sites: AU (site ID 15), BEFR (site ID 23),
BENL (site ID 123), FR (site ID 71), IE (site ID 205), IN (site ID 203),
IT (site ID 101), and PL (site ID 212). The DSR feature is available on the other
API-enabled country sites, including the US site (site ID 0).
@property (nonatomic, retain) Trading_SellerRatingSummaryArrayType *sellerRatingSummaryArrayDiscussion
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.).
The DSR feature is available on the United Kingdom site
and on the following other sites: AU (site ID 15), BEFR (site ID 23),
BENL (site ID 123), FR (site ID 71), IE (site ID 205), IN (site ID 203),
IT (site ID 101), and PL (site ID 212). The DSR feature is available on the other
API-enabled country sites, including the US site (site ID 0).
type : class Trading_SellerRatingSummaryArrayType
Declared In
Trading_FeedbackSummaryType.hsellerRoleMetrics
Container for information about 1 year feedback metric as seller.
@property (nonatomic, retain) Trading_SellerRoleMetricsType *sellerRoleMetricsDiscussion
Container for information about 1 year feedback metric as seller.
type : class Trading_SellerRoleMetricsType
Declared In
Trading_FeedbackSummaryType.htotalFeedbackPeriodArray
Total feedback score, for multiple predefined time periods preceding the
call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *totalFeedbackPeriodArrayDiscussion
Total feedback score, for multiple predefined time periods preceding the
call. Returned if no detail level is specified.
type : class Trading_FeedbackPeriodArrayType
Declared In
Trading_FeedbackSummaryType.huniqueNegativeFeedbackCount
Total number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniqueNegativeFeedbackCountDiscussion
Total number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackSummaryType.huniqueNeutralFeedbackCount
Total number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniqueNeutralFeedbackCountDiscussion
Total number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackSummaryType.huniquePositiveFeedbackCount
Total number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniquePositiveFeedbackCountDiscussion
Total number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackSummaryType.h