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

  •   ratingDetail

    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
  •   rating

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

rating

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 *rating

Discussion

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

ratingDetail

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 *ratingDetail

Discussion

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