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

NAME

eBay::API::XML::Call::GetLiveAuctionBidders

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetLiveAuctionBidders inherits from the eBay::API::XML::BaseCall class

Subroutines:

setBidderStatus()

The seller can ask to retrieve a subset of users in the bidder approval list who are either "approved","denied", or "pending" or a combination of these. If this field is not specified in the request, all records are returned.

  RequiredInput: No
#    Argument: reference to an array  
                      of 'ns:BidderStatusCodeType'

setPagination()

Child elements control pagination of the output. Use its EntriesPerPage property to control the number of bidders to return per call and its PageNumber property to specify the page of data to return.

  RequiredInput: No
#    Argument: 'ns:PaginationType'

setUserCatalogID()

Number that identifies the seller's eBay Live Auctions catalog for which they want to retrieve bidder requests.

  RequiredInput: Yes
#    Argument: 'xs:int'

getBidderDetails()

Contains the bidder details that match the bidder query passed in the request. Returned when bidder search results are found.

  Returned: Conditionally
#    Returns: 'ns:BidderDetailArrayType'

getPageNumber()

The page number for the page of data returned.

  Returned: Conditionally
#    Returns: 'xs:int'

getPaginationResult()

Shows the pagination of data returned by requests. Only returned if Pagination was specified in the request.

  Returned: Conditionally
#    Returns: 'ns:PaginationResultType'

getTotalApproved()

Total number of bidders in Approved state.

  Returned: Always
#    Returns: 'xs:int'

getTotalDenied()

Total number of bidders in Denied state.

  Returned: Always
#    Returns: 'xs:int'

getTotalPending()

Total number of bidders in Pending state.

  Returned: Always
#    Returns: 'xs:int'