Trading_RemoveFromWatchListRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_RemoveFromWatchListRequestType.h Trading_RemoveFromWatchListRequestType.m |
Overview
Enables a user to remove one or more items from their My eBay watch list.
@ingroup EBayAPIInterface
Tasks
-
itemID
The ID of the item to be removed from the
property
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request. -
removeAllItems
If true, then all the items in the user's
property
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these. -
variationKey
A variation (or set of variations) that you want to remove
property
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
Properties
itemID
The ID of the item to be removed from the
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request.
@property (nonatomic, retain) NSMutableArray *itemID
Discussion
The ID of the item to be removed from the
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request.
entry type : NSString, wrapper for primitive string
Declared In
Trading_RemoveFromWatchListRequestType.h
removeAllItems
If true, then all the items in the user's
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
@property (nonatomic, retain) NSNumber *removeAllItems
Discussion
If true, then all the items in the user's
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_RemoveFromWatchListRequestType.h
variationKey
A variation (or set of variations) that you want to remove
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
@property (nonatomic, retain) NSMutableArray *variationKey
Discussion
A variation (or set of variations) that you want to remove
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
entry type : class Trading_VariationKeyType
Declared In
Trading_RemoveFromWatchListRequestType.h