Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetAllBiddersRequestType.h
Trading_GetAllBiddersRequestType.m

Overview

Provides three modes for retrieving a list of the users that bid on
a listing.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The ID of the item. The bidders who bid on this item are returned.

    property
  •   callMode

    Specifies which bidder information to return.

    property
  •   includeBiddingSummary

    Specifies whether return BiddingSummary container for each offer.

    property

Properties

callMode

Specifies which bidder information to return.

@property (nonatomic, retain) NSString *callMode

Discussion

Specifies which bidder information to return.

type: string constant in Trading_GetAllBiddersModeCodeType.h

Declared In

Trading_GetAllBiddersRequestType.h

includeBiddingSummary

Specifies whether return BiddingSummary container for each offer.

@property (nonatomic, retain) NSNumber *includeBiddingSummary

Discussion

Specifies whether return BiddingSummary container for each offer.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetAllBiddersRequestType.h

itemID

The ID of the item. The bidders who bid on this item are returned.

@property (nonatomic, retain) NSString *itemID

Discussion

The ID of the item. The bidders who bid on this item are returned.

type : NSString, wrapper for primitive string

Declared In

Trading_GetAllBiddersRequestType.h