Trading_SuggestedCategoryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SuggestedCategoryType.h Trading_SuggestedCategoryType.m |
Overview
Defines a suggested category, returned
in response to a search for categories that contain
listings with certain keywords in their titles and descriptions.
@ingroup EBayAPIInterface
Tasks
-
categoryDescribes a category that contains items that match the query.
property -
percentItemFoundPercentage of the matching items that were found in this category,
property
relative to other categories in which matching items were also found.
Indicates the distribution of matching items across the suggested categories. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SuggestedCategoryType.hcategory
Describes a category that contains items that match the query.
@property (nonatomic, retain) Trading_CategoryType *categoryDiscussion
Describes a category that contains items that match the query.
type : class Trading_CategoryType
Declared In
Trading_SuggestedCategoryType.hpercentItemFound
Percentage of the matching items that were found in this category,
relative to other categories in which matching items were also found.
Indicates the distribution of matching items across the suggested categories.
@property (nonatomic, retain) NSNumber *percentItemFoundDiscussion
Percentage of the matching items that were found in this category,
relative to other categories in which matching items were also found.
Indicates the distribution of matching items across the suggested categories.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SuggestedCategoryType.h