The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::AverageRatingDetailsType

DESCRIPTION

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.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::AverageRatingDetailsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setRating()

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

# Argument: 'xs:double'

getRating()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:double'

setRatingCount()

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

# Argument: 'xs:int'

getRatingCount()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:int'

setRatingDetail()

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.

# Argument: 'ns:FeedbackRatingDetailCodeType'

getRatingDetail()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'ns:FeedbackRatingDetailCodeType'