Trading_VariationKeyType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_VariationKeyType.h Trading_VariationKeyType.m |
Tasks
-
itemID
The ID of the item whose variation(s) should be added to or
property
removed from the watch list. -
variationSpecifics
Name-value pairs that identify a variation within the
property
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. -
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