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

NAME

eBay::API::XML::DataType::ReviewType

DESCRIPTION

A product review written by an eBay member.

SYNOPSIS

INHERITANCE

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

Subroutines:

setCreationTime()

The time and date when the reviewer posted the review.

# Argument: 'xs:dateTime'

getCreationTime()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:dateTime'

setRating()

The eBay member's rating of the product.

Max: 5 Min: 0

# Argument: 'xs:int'

getRating()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:int'

setText()

The text of the review. If the review is longer than 2000 characters, the text is cut off and it ends with "...". See Review.URL for a link to the full text of the review.

SeeLink: URL: #Response.Product.ReviewDetails.Review.URL Title: (GetProducts) Product.ReviewDetails.Review.URL MaxLength: 2000

# Argument: 'xs:string'

getText()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'

setTitle()

The title of the review.

MaxLength: 55

# Argument: 'xs:string'

getTitle()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'

setURL()

A link to the full review on the eBay Web site. This URL optimized for natural search: "_W0QQ" is like "?" (question mark), "QQ" is like "&" (ampersand), and "Z" is like "=" (equals sign).<br> <br> <span class="tablenote"><b>Note:</b> For a link to all reviews for the product, remove the upvr parameter from this URL. See the eBay Web Services guide for an example. </span>

# Argument: 'xs:anyURI'

getURL()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:anyURI'

setUserID()

The reviewer's eBay user ID.

# Argument: 'ns:UserIDType'

getUserID()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'ns:UserIDType'