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

Overview

A product review written by an eBay member.

@ingroup ShoppingInterface

Tasks

  •   url

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



    Note:
    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.

    property
  •   title

    The title of the review.

    property
  •   rating

    The eBay member’s rating of the product.

    property
  •   text

    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.

    property
  •   userID

    The reviewer’s eBay user ID.

    property
  •   creationTime

    The time and date when the reviewer posted the review.

    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

Shopping_ReviewType.h

creationTime

The time and date when the reviewer posted the review.

@property (nonatomic, retain) NSDate *creationTime

Discussion

The time and date when the reviewer posted the review.

type : NSDate, wrapper for primitive date

Declared In

Shopping_ReviewType.h

rating

The eBay member’s rating of the product.

@property (nonatomic, retain) NSNumber *rating

Discussion

The eBay member’s rating of the product.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_ReviewType.h

text

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.

@property (nonatomic, retain) NSString *text

Discussion

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.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReviewType.h

title

The title of the review.

@property (nonatomic, retain) NSString *title

Discussion

The title of the review.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReviewType.h

url

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



Note:
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.

@property (nonatomic, retain) NSString *url

Discussion

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



Note:
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.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReviewType.h

userID

The reviewer’s eBay user ID.

@property (nonatomic, retain) NSString *userID

Discussion

The reviewer’s eBay user ID.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReviewType.h