Trading_StoreCustomCategoryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreCustomCategoryType.h Trading_StoreCustomCategoryType.m |
Tasks
-
categoryIDCustom category ID. For SetStoreCategories, required only if
property
Action is set to Rename, Move or Delete. -
nameName of the custom category.
property -
orderOrder in which the custom category appears in the list of store
property
categories. -
childCategoryContains the properties of a custom subcategory for an eBay Store. eBay Stores support
property
three category levels. -
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_StoreCustomCategoryType.hcategoryID
Custom category ID. For SetStoreCategories, required only if
Action is set to Rename, Move or Delete.
@property (nonatomic, retain) NSNumber *categoryIDDiscussion
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.hchildCategory
Contains the properties of a custom subcategory for an eBay Store. eBay Stores support
three category levels.
@property (nonatomic, retain) NSMutableArray *childCategoryDiscussion
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.hname
Name of the custom category.
@property (nonatomic, retain) NSString *nameDiscussion
Name of the custom category.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreCustomCategoryType.horder
Order in which the custom category appears in the list of store
categories.
@property (nonatomic, retain) NSNumber *orderDiscussion
Order in which the custom category appears in the list of store
categories.
type : NSNumber, wrapper for primitive int
Declared In
Trading_StoreCustomCategoryType.h