Trading_ConditionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ConditionType.h Trading_ConditionType.m |
Overview
Fields in this type provide IDs and values for item conditions
(in GetCategoryFeatures).
@ingroup EBayAPIInterface
Tasks
-
idThe numeric ID of a condition (e.g., 1000). Use the ID in
property
AddItem and related calls. -
displayNameThe human-readable label for the condition (e.g., “New”).
property
This value is typically localized for each site.
The display name can vary by category.
For example, condition ID 1000 could be called
“New: with Tags” in one category and “Brand New” in another. -
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_ConditionType.hdisplayName
The human-readable label for the condition (e.g., “New”).
This value is typically localized for each site.
The display name can vary by category.
For example, condition ID 1000 could be called
“New: with Tags” in one category and “Brand New” in another.
@property (nonatomic, retain) NSString *displayNameDiscussion
The human-readable label for the condition (e.g., “New”).
This value is typically localized for each site.
The display name can vary by category.
For example, condition ID 1000 could be called
“New: with Tags” in one category and “Brand New” in another.
type : NSString, wrapper for primitive string
Declared In
Trading_ConditionType.hid
The numeric ID of a condition (e.g., 1000). Use the ID in
AddItem and related calls.
@property (nonatomic, retain) NSNumber *idDiscussion
The numeric ID of a condition (e.g., 1000). Use the ID in
AddItem and related calls.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ConditionType.h