Trading_ItemSpecificDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ItemSpecificDetailsType.h Trading_ItemSpecificDetailsType.m |
Tasks
-
maxItemSpecificsPerItemThe maximum number of custom Item Specifics allowed
property
when you list an item. Also the maximum returned per category in
GetCategorySpecifics and GetItemRecommendations. -
maxValuesPerNameThe maximum number of values returned for each custom Item Specific
property
in GetCategorySpecifics and GetItemRecommendations. -
maxCharactersPerValueThe maximum number of characters the site supports per custom
property
Item Specific value. -
maxCharactersPerNameThe maximum number of characters the site supports per custom
property
Item Specific name. -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ItemSpecificDetailsType.hdetailVersion
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 *detailVersionDiscussion
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.hmaxCharactersPerName
The maximum number of characters the site supports per custom
Item Specific name.
@property (nonatomic, retain) NSNumber *maxCharactersPerNameDiscussion
The maximum number of characters the site supports per custom
Item Specific name.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.hmaxCharactersPerValue
The maximum number of characters the site supports per custom
Item Specific value.
@property (nonatomic, retain) NSNumber *maxCharactersPerValueDiscussion
The maximum number of characters the site supports per custom
Item Specific value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemSpecificDetailsType.hmaxItemSpecificsPerItem
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 *maxItemSpecificsPerItemDiscussion
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.hmaxValuesPerName
The maximum number of values returned for each custom Item Specific
in GetCategorySpecifics and GetItemRecommendations.
@property (nonatomic, retain) NSNumber *maxValuesPerNameDiscussion
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.hupdateTime
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 *updateTimeDiscussion
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