Trading_ThemeGroupType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ThemeGroupType.h Trading_ThemeGroupType.m |
Overview
Data for one theme group. Returned for GetDescriptionTemplates
if theme groups are requested.
@ingroup EBayAPIInterface
Tasks
-
groupIDUnique identifier for this theme group.
property -
groupNameName of this theme group (localized to the language associated
property
with the eBay site). -
themeIDUnique identifier for each theme in this group. There
property
is at least one theme in a theme group. -
themeTotalThe number of ThemeID elements in this group.
property -
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_ThemeGroupType.hgroupID
Unique identifier for this theme group.
@property (nonatomic, retain) NSNumber *groupIDDiscussion
Unique identifier for this theme group.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ThemeGroupType.hgroupName
Name of this theme group (localized to the language associated
with the eBay site).
@property (nonatomic, retain) NSString *groupNameDiscussion
Name of this theme group (localized to the language associated
with the eBay site).
type : NSString, wrapper for primitive string
Declared In
Trading_ThemeGroupType.hthemeID
Unique identifier for each theme in this group. There
is at least one theme in a theme group.
@property (nonatomic, retain) NSMutableArray *themeIDDiscussion
Unique identifier for each theme in this group. There
is at least one theme in a theme group.
entry type : NSNumber, wrapper for primitive int
Declared In
Trading_ThemeGroupType.h