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

  •   id

    The numeric ID of a condition (e.g., 1000). Use the ID in
    AddItem and related calls.

    property
  •   displayName

    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
  •   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_ConditionType.h

displayName

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 *displayName

Discussion

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.h

id

The numeric ID of a condition (e.g., 1000). Use the ID in
AddItem and related calls.

@property (nonatomic, retain) NSNumber *id

Discussion

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