Trading_AddToWatchListResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_AddToWatchListResponseType.h Trading_AddToWatchListResponseType.m |
Overview
Indicates the number of items currently in the user’s Watch List and the maximum
number of items allowed in the Watch List.
@ingroup EBayAPIInterface
Tasks
-
watchListCountThe number of items in the user’s watch list (after those specified
property
in the call request have been added) -
watchListMaximumThe maximum number of items allowed in watch lists. Currently this
property
value is the same for all sites and all users.
Properties
watchListCount
The number of items in the user’s watch list (after those specified
in the call request have been added)
@property (nonatomic, retain) NSNumber *watchListCountDiscussion
The number of items in the user’s watch list (after those specified
in the call request have been added)
type : NSNumber, wrapper for primitive int
Declared In
Trading_AddToWatchListResponseType.hwatchListMaximum
The maximum number of items allowed in watch lists. Currently this
value is the same for all sites and all users.
@property (nonatomic, retain) NSNumber *watchListMaximumDiscussion
The maximum number of items allowed in watch lists. Currently this
value is the same for all sites and all users.
type : NSNumber, wrapper for primitive int
Declared In
Trading_AddToWatchListResponseType.h