NAME
eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersResponseType
DESCRIPTION
Includes the list of bidders for the requested catalog.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setBidderDetails()
Contains the bidder details that match the bidder query passed in the request. Returned when bidder search results are found.
# Argument: 'ns:BidderDetailArrayType'
getBidderDetails()
Returned: Conditionally
# Returns: 'ns:BidderDetailArrayType'
setPageNumber()
The page number for the page of data returned.
# Argument: 'xs:int'
getPageNumber()
Returned: Conditionally
# Returns: 'xs:int'
setPaginationResult()
Shows the pagination of data returned by requests. Only returned if Pagination was specified in the request.
# Argument: 'ns:PaginationResultType'
getPaginationResult()
Returned: Conditionally
# Returns: 'ns:PaginationResultType'
setTotalApproved()
Total number of bidders in Approved state.
# Argument: 'xs:int'
getTotalApproved()
Returned: Always
# Returns: 'xs:int'
setTotalDenied()
Total number of bidders in Denied state.
# Argument: 'xs:int'
getTotalDenied()
Returned: Always
# Returns: 'xs:int'
setTotalPending()
Total number of bidders in Pending state.
# Argument: 'xs:int'
getTotalPending()
Returned: Always
# Returns: 'xs:int'