The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetAllBidders::GetAllBiddersResponseType

DESCRIPTION

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 <a href="http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AnonymousUserInfo">Working with Anonymous User Information</a>in the eBay Web Services Guide for more information.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetAllBidders::GetAllBiddersResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setBidArray()

Contains a list of OfferType objects. Each OfferType object represents the data for one bidder and bid.

# Argument: 'ns:OfferArrayType'

getBidArray()

  Returned: Always
#    Returns: 'ns:OfferArrayType'

setHighBidder()

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.

# Argument: 'ns:UserIDType'

getHighBidder()

  Returned: Always
#    Returns: 'ns:UserIDType'

setHighestBid()

Bid amount offered by the HighBidder.

# Argument: 'ns:AmountType'

getHighestBid()

  Returned: Always
#    Returns: 'ns:AmountType'

setListingStatus()

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.

# Argument: 'ns:ListingStatusCodeType'

getListingStatus()

  Returned: Always
#    Returns: 'ns:ListingStatusCodeType'