Trading_ReviewDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ReviewDetailsType.h Trading_ReviewDetailsType.m |
Tasks
-
averageRating
The 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.) -
review
An eBay member’s review of the product.
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_ReviewDetailsType.h
averageRating
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 *averageRating
Discussion
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
Trading_ReviewDetailsType.h