Trading_ItemSpecificDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ItemSpecificDetailsType.h Trading_ItemSpecificDetailsType.m |
Tasks
-
maxItemSpecificsPerItem
The maximum number of custom Item Specifics allowed
property
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations. -
maxValuesPerName
The maximum number of values returned for each custom Item Specific
property
in GetCategorySpecifics and GetItemRecommendations. -
maxCharactersPerValue
The maximum number of characters the site supports per custom
property
Item Specific value. -
maxCharactersPerName
The maximum number of characters the site supports per custom
property
Item Specific name. -
detailVersion
Returns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTime
Gives the time in GMT that the feature flags for the
property
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data. -
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_ItemSpecificDetailsType.h
detailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersion
Discussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemSpecificDetailsType.h
maxCharactersPerName
The maximum number of characters the site supports per custom
Item Specific name.
@property (nonatomic, retain) NSNumber *maxCharactersPerName
Discussion
The maximum number of characters the site supports per custom
Item Specific name.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.h
maxCharactersPerValue
The maximum number of characters the site supports per custom
Item Specific value.
@property (nonatomic, retain) NSNumber *maxCharactersPerValue
Discussion
The maximum number of characters the site supports per custom
Item Specific value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.h
maxItemSpecificsPerItem
The maximum number of custom Item Specifics allowed
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations.
@property (nonatomic, retain) NSNumber *maxItemSpecificsPerItem
Discussion
The maximum number of custom Item Specifics allowed
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.h
maxValuesPerName
The maximum number of values returned for each custom Item Specific
in GetCategorySpecifics and GetItemRecommendations.
@property (nonatomic, retain) NSNumber *maxValuesPerName
Discussion
The maximum number of values returned for each custom Item Specific
in GetCategorySpecifics and GetItemRecommendations.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.h
updateTime
Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.
@property (nonatomic, retain) NSDate *updateTime
Discussion
Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine
if and when to refresh cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_ItemSpecificDetailsType.h