Shopping_ReviewDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_ReviewDetailsType.h Shopping_ReviewDetailsType.m |
Tasks
-
averageRatingThe product’s average rating (out of 5) based on all reviews.
property
For example, a value like 4.5 would mean the average rating
is 4.5 out of 5. (See ReviewCount for the total number of reviews.) -
reviewAn eBay member’s review of the product.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_ReviewDetailsType.haverageRating
The product’s average rating (out of 5) based on all reviews.
For example, a value like 4.5 would mean the average rating
is 4.5 out of 5. (See ReviewCount for the total number of reviews.)
@property (nonatomic, retain) NSNumber *averageRatingDiscussion
The product’s average rating (out of 5) based on all reviews.
For example, a value like 4.5 would mean the average rating
is 4.5 out of 5. (See ReviewCount for the total number of reviews.)
type : NSNumber, wrapper for primitive float
Declared In
Shopping_ReviewDetailsType.h