Trading_ItemRatingDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ItemRatingDetailsType.h Trading_ItemRatingDetailsType.m |
Overview
Applicable to sites that support the Detailed Seller Ratings feature.
The ItemRatingDetailsType contains detailed seller ratings for an order line item in one area. When buyers leave an overall Feedback rating (positive, neutral, or negative) for a seller, they also can leave ratings in four areas: item as described, communication, shipping time, and charges for shipping and handling. Users retrieve detailed ratings as averages of the ratings left by buyers.
@ingroup EBayAPIInterface
Tasks
-
ratingDetailThe area of a specific detailed seller rating for an order line item.
property
When buyers leave an overall Feedback rating (positive, neutral, or negative)
for a seller, they also can leave ratings in four areas: item as described,
communication, shipping time, and charges for shipping and handling. -
ratingA detailed seller rating for an order line item applied to the area
property
in the corresponding RatingDetail field. Valid input values are
numerical integers 1 though 5. -
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_ItemRatingDetailsType.hrating
A detailed seller rating for an order line item applied to the area
in the corresponding RatingDetail field. Valid input values are
numerical integers 1 though 5.
@property (nonatomic, retain) NSNumber *ratingDiscussion
A detailed seller rating for an order line item applied to the area
in the corresponding RatingDetail field. Valid input values are
numerical integers 1 though 5.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemRatingDetailsType.hratingDetail
The area of a specific detailed seller rating for an order line item.
When buyers leave an overall Feedback rating (positive, neutral, or negative)
for a seller, they also can leave ratings in four areas: item as described,
communication, shipping time, and charges for shipping and handling.
@property (nonatomic, retain) NSString *ratingDetailDiscussion
The area of a specific detailed seller rating for an order line item.
When buyers leave an overall Feedback rating (positive, neutral, or negative)
for a seller, they also can leave ratings in four areas: item as described,
communication, shipping time, and charges for shipping and handling.
type: string constant in Trading_FeedbackRatingDetailCodeType.h
Declared In
Trading_ItemRatingDetailsType.h