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
-
bidRetractionFeedbackPeriodArray
Bid retractions count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
negativeFeedbackPeriodArray
Negative feedback entries count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
neutralFeedbackPeriodArray
Neutral feedback entries count, for multiple predefined time periods preceding
property
the call. Returned if no detail level is specified. -
positiveFeedbackPeriodArray
Positive feedback entries count, for multiple predefined time periods
property
preceding the call. Returned if no detail level is specified. -
totalFeedbackPeriodArray
Total feedback score, for multiple predefined time periods preceding the
property
call. Returned if no detail level is specified. -
neutralCommentCountFromSuspendedUsers
Number of neutral comments received from suspended users. Returned if no
property
detail level is specified. -
uniqueNegativeFeedbackCount
Total number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
uniquePositiveFeedbackCount
Total number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
uniqueNeutralFeedbackCount
Total number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
property -
sellerRatingSummaryArray
Container 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). -
sellerRoleMetrics
Container for information about 1 year feedback metric as seller.
property -
buyerRoleMetrics
Container for information about 1 year feedback metric as buyer.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FeedbackSummaryType.h
bidRetractionFeedbackPeriodArray
Bid retractions count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *bidRetractionFeedbackPeriodArray
Discussion
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.h
buyerRoleMetrics
Container for information about 1 year feedback metric as buyer.
@property (nonatomic, retain) Trading_BuyerRoleMetricsType *buyerRoleMetrics
Discussion
Container for information about 1 year feedback metric as buyer.
type : class Trading_BuyerRoleMetricsType
Declared In
Trading_FeedbackSummaryType.h
negativeFeedbackPeriodArray
Negative feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *negativeFeedbackPeriodArray
Discussion
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.h
neutralCommentCountFromSuspendedUsers
Number of neutral comments received from suspended users. Returned if no
detail level is specified.
@property (nonatomic, retain) NSNumber *neutralCommentCountFromSuspendedUsers
Discussion
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.h
neutralFeedbackPeriodArray
Neutral feedback entries count, for multiple predefined time periods preceding
the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *neutralFeedbackPeriodArray
Discussion
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.h
positiveFeedbackPeriodArray
Positive feedback entries count, for multiple predefined time periods
preceding the call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *positiveFeedbackPeriodArray
Discussion
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.h
sellerRatingSummaryArray
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 *sellerRatingSummaryArray
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.).
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.h
sellerRoleMetrics
Container for information about 1 year feedback metric as seller.
@property (nonatomic, retain) Trading_SellerRoleMetricsType *sellerRoleMetrics
Discussion
Container for information about 1 year feedback metric as seller.
type : class Trading_SellerRoleMetricsType
Declared In
Trading_FeedbackSummaryType.h
totalFeedbackPeriodArray
Total feedback score, for multiple predefined time periods preceding the
call. Returned if no detail level is specified.
@property (nonatomic, retain) Trading_FeedbackPeriodArrayType *totalFeedbackPeriodArray
Discussion
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.h
uniqueNegativeFeedbackCount
Total number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniqueNegativeFeedbackCount
Discussion
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.h
uniqueNeutralFeedbackCount
Total number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniqueNeutralFeedbackCount
Discussion
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.h
uniquePositiveFeedbackCount
Total number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *uniquePositiveFeedbackCount
Discussion
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