Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_AverageRatingDetailsType.h
Trading_AverageRatingDetailsType.m

Overview

Applicable to sites that support the Detailed Seller Ratings feature.
The AverageRatingDetailsType contains the average detailed seller ratings in an 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

  •   ratingDetail

    The area of a specific average detailed seller rating.
    Users retrieve detailed ratings as averages of the ratings left by buyers.
    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
  •   rating

    An average detailed seller rating applying to the area in the corresponding RatingDetail field.

    property
  •   ratingCount

    The number of detailed seller ratings in the area
    in the corresponding RatingDetail field.

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

rating

An average detailed seller rating applying to the area in the corresponding RatingDetail field.

@property (nonatomic, retain) NSNumber *rating

Discussion

An average detailed seller rating applying to the area in the corresponding RatingDetail field.

type : NSNumber, wrapper for primitive double

Declared In

Trading_AverageRatingDetailsType.h

ratingCount

The number of detailed seller ratings in the area
in the corresponding RatingDetail field.

@property (nonatomic, retain) NSNumber *ratingCount

Discussion

The number of detailed seller ratings in the area
in the corresponding RatingDetail field.

type : NSNumber, wrapper for primitive int

Declared In

Trading_AverageRatingDetailsType.h

ratingDetail

The area of a specific average detailed seller rating.
Users retrieve detailed ratings as averages of the ratings left by buyers.
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 *ratingDetail

Discussion

The area of a specific average detailed seller rating.
Users retrieve detailed ratings as averages of the ratings left by buyers.
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_AverageRatingDetailsType.h