Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SearchAttributesType.h
Trading_SearchAttributesType.m

Overview

This type is deprecated as GetProduct* calls were deprecated.

@ingroup EBayAPIInterface

Tasks

  •   attributeID

    Unique identifier for the attribute within the characteristic set.
    Required if SearchAttributes is specified.

    property
  •   dateSpecifier

    Specifies the date sub-component that the attribute represents.
    This only applies to date attributes.
    Required when searching by date attributes.
    Allows for separate text fields or drop-down lists to be rendered for
    each sub-component. For example, the day, month, and year can be
    rendered as separate drop-down lists.

    property
  •   rangeSpecifier

    Indicates that the attribute represents the high or low end in a range,
    such as a date range or a price range.
    Required when searching on ranges.

    property
  •   valueList

    Container for the list of one or more valid values that the
    user has selected for
    the searchable attribute. If multiple values are specified,
    the search engine
    applies “OR” logic to the query (i.e., at least one of the
    specified values must match).
    Required if SearchAttributes is specified.

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

attributeID

Unique identifier for the attribute within the characteristic set.
Required if SearchAttributes is specified.

@property (nonatomic, retain) NSNumber *attributeID

Discussion

Unique identifier for the attribute within the characteristic set.
Required if SearchAttributes is specified.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SearchAttributesType.h

dateSpecifier

Specifies the date sub-component that the attribute represents.
This only applies to date attributes.
Required when searching by date attributes.
Allows for separate text fields or drop-down lists to be rendered for
each sub-component. For example, the day, month, and year can be
rendered as separate drop-down lists.

@property (nonatomic, retain) NSString *dateSpecifier

Discussion

Specifies the date sub-component that the attribute represents.
This only applies to date attributes.
Required when searching by date attributes.
Allows for separate text fields or drop-down lists to be rendered for
each sub-component. For example, the day, month, and year can be
rendered as separate drop-down lists.

type: string constant in Trading_DateSpecifierCodeType.h

Declared In

Trading_SearchAttributesType.h

rangeSpecifier

Indicates that the attribute represents the high or low end in a range,
such as a date range or a price range.
Required when searching on ranges.

@property (nonatomic, retain) NSString *rangeSpecifier

Discussion

Indicates that the attribute represents the high or low end in a range,
such as a date range or a price range.
Required when searching on ranges.

type: string constant in Trading_RangeCodeType.h

Declared In

Trading_SearchAttributesType.h

valueList

Container for the list of one or more valid values that the
user has selected for
the searchable attribute. If multiple values are specified,
the search engine
applies “OR” logic to the query (i.e., at least one of the
specified values must match).
Required if SearchAttributes is specified.

@property (nonatomic, retain) NSMutableArray *valueList

Discussion

Container for the list of one or more valid values that the
user has selected for
the searchable attribute. If multiple values are specified,
the search engine
applies “OR” logic to the query (i.e., at least one of the
specified values must match).
Required if SearchAttributes is specified.

entry type : class Trading_ValType

Declared In

Trading_SearchAttributesType.h