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

Overview

Used to provide input for ItemID and VariationSpecific

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The ID of the item whose variation(s) should be added to or
    removed from the watch list.

    property
  •   variationSpecifics

    Name-value pairs that identify a variation within the
    listing identified by VariationKey.ItemID.
    or that partially match one or more variations. Names may not be duplicated in the same VariationSpecifics container.
    If the specified pairs do not match any variation, the call
    behaves as if no variations were 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_VariationKeyType.h

itemID

The ID of the item whose variation(s) should be added to or
removed from the watch list.

@property (nonatomic, retain) NSString *itemID

Discussion

The ID of the item whose variation(s) should be added to or
removed from the watch list.

type : NSString, wrapper for primitive string

Declared In

Trading_VariationKeyType.h

variationSpecifics

Name-value pairs that identify a variation within the
listing identified by VariationKey.ItemID.
or that partially match one or more variations. Names may not be duplicated in the same VariationSpecifics container.
If the specified pairs do not match any variation, the call
behaves as if no variations were specified.

@property (nonatomic, retain) Trading_NameValueListArrayType *variationSpecifics

Discussion

Name-value pairs that identify a variation within the
listing identified by VariationKey.ItemID.
or that partially match one or more variations. Names may not be duplicated in the same VariationSpecifics container.
If the specified pairs do not match any variation, the call
behaves as if no variations were specified.

type : class Trading_NameValueListArrayType

Declared In

Trading_VariationKeyType.h