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

  •   category

    Describes a category that contains items that match the query.

    property
  •   percentItemFound

    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
  •   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_SuggestedCategoryType.h

category

Describes a category that contains items that match the query.

@property (nonatomic, retain) Trading_CategoryType *category

Discussion

Describes a category that contains items that match the query.

type : class Trading_CategoryType

Declared In

Trading_SuggestedCategoryType.h

percentItemFound

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 *percentItemFound

Discussion

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