Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_Category.h
Finding_Category.m

Overview

Contains details about a category.

@ingroup FindingServicePortType

Tasks

  •   categoryId

    The unique ID of a category on the specified eBay site.

    property
  •   categoryName

    Display name of a category as it appears on the eBay Web site.

    property

Properties

categoryId

The unique ID of a category on the specified eBay site.

@property (nonatomic, retain) NSString *categoryId

Discussion

The unique ID of a category on the specified eBay site.

type : NSString, wrapper for primitive string

Declared In

Finding_Category.h

categoryName

Display name of a category as it appears on the eBay Web site.

@property (nonatomic, retain) NSString *categoryName

Discussion

Display name of a category as it appears on the eBay Web site.

type : NSString, wrapper for primitive string

Declared In

Finding_Category.h