Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_RemoveFromWatchListResponseType.h
Trading_RemoveFromWatchListResponseType.m

Overview

Returns information about the user’s My eBay watch list.

@ingroup EBayAPIInterface

Tasks

  •   watchListCount

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

    property
  •   watchListMaximum

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

    property

Properties

watchListCount

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

@property (nonatomic, retain) NSNumber *watchListCount

Discussion

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

type : NSNumber, wrapper for primitive int

Declared In

Trading_RemoveFromWatchListResponseType.h

watchListMaximum

The maximum number of items allowed in watch lists. Currently this value
is 200, and 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 200, and is the same for all sites and all users.

type : NSNumber, wrapper for primitive int

Declared In

Trading_RemoveFromWatchListResponseType.h