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

Overview

Configuration of a store custom category.

@ingroup EBayAPIInterface

Tasks

  •   categoryID

    Custom category ID. For SetStoreCategories, required only if
    Action is set to Rename, Move or Delete.

    property
  •   name

    Name of the custom category.

    property
  •   order

    Order in which the custom category appears in the list of store
    categories.

    property
  •   childCategory

    Contains the properties of a custom subcategory for an eBay Store. eBay Stores support
    three category levels.

    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_StoreCustomCategoryType.h

categoryID

Custom category ID. For SetStoreCategories, required only if
Action is set to Rename, Move or Delete.

@property (nonatomic, retain) NSNumber *categoryID

Discussion

Custom category ID. For SetStoreCategories, required only if
Action is set to Rename, Move or Delete.

type : NSNumber, wrapper for primitive long

Declared In

Trading_StoreCustomCategoryType.h

childCategory

Contains the properties of a custom subcategory for an eBay Store. eBay Stores support
three category levels.

@property (nonatomic, retain) NSMutableArray *childCategory

Discussion

Contains the properties of a custom subcategory for an eBay Store. eBay Stores support
three category levels.

entry type : class Trading_StoreCustomCategoryType

Declared In

Trading_StoreCustomCategoryType.h

name

Name of the custom category.

@property (nonatomic, retain) NSString *name

Discussion

Name of the custom category.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreCustomCategoryType.h

order

Order in which the custom category appears in the list of store
categories.

@property (nonatomic, retain) NSNumber *order

Discussion

Order in which the custom category appears in the list of store
categories.

type : NSNumber, wrapper for primitive int

Declared In

Trading_StoreCustomCategoryType.h