Trading_GetAllBiddersRequestType Class Reference
| 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
-
itemIDThe ID of the item. The bidders who bid on this item are returned.
property -
callModeSpecifies which bidder information to return.
property -
includeBiddingSummarySpecifies whether return BiddingSummary container for each offer.
property
Properties
callMode
Specifies which bidder information to return.
@property (nonatomic, retain) NSString *callModeDiscussion
Specifies which bidder information to return.
type: string constant in Trading_GetAllBiddersModeCodeType.h
Declared In
Trading_GetAllBiddersRequestType.hincludeBiddingSummary
Specifies whether return BiddingSummary container for each offer.
@property (nonatomic, retain) NSNumber *includeBiddingSummaryDiscussion
Specifies whether return BiddingSummary container for each offer.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAllBiddersRequestType.h