Trading_GetAllBiddersResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetAllBiddersResponseType.h Trading_GetAllBiddersResponseType.m |
Overview
Includes the list of bidders for the requested item as part of the general item listing data. Some bidder information is anonymous, to protect bidders from fraud. If the seller makes this API call, the actual ids of all bidders on the seller’s item will be returned. If a bidder makes this API call, the bidder’s actual id will be returned. Information for all competing bidders or outside watchers will be returned as anonymized userIDs. See See Working with Anonymous User Informationin the eBay Web Services Guide for more information.
@ingroup EBayAPIInterface
Tasks
-
bidArray
Contains a list of OfferType objects. Each
property
OfferType object represents the data for one bidder and bid. -
highBidder
eBay user ID for the user with the highest bid (or the earliest timestamp, in the event of a tie); a second chance offer candidate.
property -
highestBid
Bid amount offered by the HighBidder.
property -
listingStatus
Specifies an active or ended listing’s status in eBay’s processing workflow.
property
If a listing ends with a sale (or sales), eBay needs to update the sale details (e.g., winning bidder) and other information. This processing
can take several minutes. If you retrieve a sold item, use this listing status information to determine whether eBay has finished processing the listing so that you can be sure the winning bidder and other details are correct and complete.
Properties
bidArray
Contains a list of OfferType objects. Each
OfferType object represents the data for one bidder and bid.
@property (nonatomic, retain) Trading_OfferArrayType *bidArray
Discussion
Contains a list of OfferType objects. Each
OfferType object represents the data for one bidder and bid.
type : class Trading_OfferArrayType
Declared In
Trading_GetAllBiddersResponseType.h
highBidder
eBay user ID for the user with the highest bid (or the earliest timestamp, in the event of a tie); a second chance offer candidate.
@property (nonatomic, retain) NSString *highBidder
Discussion
eBay user ID for the user with the highest bid (or the earliest timestamp, in the event of a tie); a second chance offer candidate.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAllBiddersResponseType.h
highestBid
Bid amount offered by the HighBidder.
@property (nonatomic, retain) Trading_AmountType *highestBid
Declared In
Trading_GetAllBiddersResponseType.h
listingStatus
Specifies an active or ended listing’s status in eBay’s processing workflow.
If a listing ends with a sale (or sales), eBay needs to update the sale details (e.g., winning bidder) and other information. This processing
can take several minutes. If you retrieve a sold item, use this listing status information to determine whether eBay has finished processing the listing so that you can be sure the winning bidder and other details are correct and complete.
@property (nonatomic, retain) NSString *listingStatus
Discussion
Specifies an active or ended listing’s status in eBay’s processing workflow.
If a listing ends with a sale (or sales), eBay needs to update the sale details (e.g., winning bidder) and other information. This processing
can take several minutes. If you retrieve a sold item, use this listing status information to determine whether eBay has finished processing the listing so that you can be sure the winning bidder and other details are correct and complete.
type: string constant in Trading_ListingStatusCodeType.h
Declared In
Trading_GetAllBiddersResponseType.h