eBay::API::XML::Call::GetHighBidders::GetHighBiddersResponseType - eBay::API::XML::Call::GetHighBidders::GetHighBiddersResponseType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::Call::GetHighBidders::GetHighBiddersResponseType

DESCRIPTION

Top

Returns a list of high bidders for the Dutch auction specified in the ItemId property of the request.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetHighBidders::GetHighBiddersResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

Top

setBidArray()

Contains a list of zero, one, or multiple OfferType objects. Each OfferType object represents the data for one high bidder. See the schema documentation for OfferType for details on its properties and their meanings.

# Argument: 'ns:OfferArrayType'

getBidArray()

  Returned: Always
#    Returns: 'ns:OfferArrayType'

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.