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

  •   watchListCount

    The number of items in the user’s watch list (after those specified
    in the call request have been added)

    property
  •   watchListMaximum

    The maximum number of items allowed in watch lists. Currently this
    value is the same for all sites and all users.

    property

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 *watchListCount

Discussion

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

watchListMaximum

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 *watchListMaximum

Discussion

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