Trading_RecommendationsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_RecommendationsType.h Trading_RecommendationsType.m |
Overview
Defines details about recommended names and values for custom Item Specifics.
@ingroup EBayAPIInterface
Tasks
-
categoryID
The leaf category in which the associated Item Specifics are popular.
property
This is always a category that you specified in the request.
Only returned for categories that have popular Item Specifics,
or when you also pass in the Name field. -
nameRecommendation
Contains an Item Specific that eBay recommends as popular
property
within the specified category. Only returned if recommendations are
found. -
updated
If true, the recommended Item Specifics for this category
property
have changed since the time you specified (in LastUpdateTime).
(In this case, we suggest you retrieve the latest data for
the category.)
If false, the recommended Item Specifics for this category
have not changed since the time you specified.
Only returned when you pass LastUpdateTime in the request. -
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_RecommendationsType.h
categoryID
The leaf category in which the associated Item Specifics are popular.
This is always a category that you specified in the request.
Only returned for categories that have popular Item Specifics,
or when you also pass in the Name field.
@property (nonatomic, retain) NSString *categoryID
Discussion
The leaf category in which the associated Item Specifics are popular.
This is always a category that you specified in the request.
Only returned for categories that have popular Item Specifics,
or when you also pass in the Name field.
type : NSString, wrapper for primitive string
Declared In
Trading_RecommendationsType.h
nameRecommendation
Contains an Item Specific that eBay recommends as popular
within the specified category. Only returned if recommendations are
found.
@property (nonatomic, retain) NSMutableArray *nameRecommendation
Discussion
Contains an Item Specific that eBay recommends as popular
within the specified category. Only returned if recommendations are
found.
entry type : class Trading_NameRecommendationType
Declared In
Trading_RecommendationsType.h
updated
If true, the recommended Item Specifics for this category
have changed since the time you specified (in LastUpdateTime).
(In this case, we suggest you retrieve the latest data for
the category.)
If false, the recommended Item Specifics for this category
have not changed since the time you specified.
Only returned when you pass LastUpdateTime in the request.
@property (nonatomic, retain) NSNumber *updated
Discussion
If true, the recommended Item Specifics for this category
have changed since the time you specified (in LastUpdateTime).
(In this case, we suggest you retrieve the latest data for
the category.)
If false, the recommended Item Specifics for this category
have not changed since the time you specified.
Only returned when you pass LastUpdateTime in the request.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_RecommendationsType.h