NAME
eBay::API::XML::DataType::BiddingSummaryType
DESCRIPTION
Contains bidding summary information for the bidder of an item.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::BiddingSummaryType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setBidActivityWithSeller()
Percentage of the bidder's total bids that the bidder placed on items that the seller is offering.
# Argument: 'xs:int'
getBidActivityWithSeller()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'
setBidRetractions()
The total number of bids that the bidder has retracted.
# Argument: 'xs:int'
getBidRetractions()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'
setBidsToUniqueCategories()
For items that the bidder has bid on, the number of unique categories that they belong to.
# Argument: 'xs:int'
getBidsToUniqueCategories()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'
setBidsToUniqueSellers()
Number of unique sellers whose items the bidder has placed bids on.
# Argument: 'xs:int'
getBidsToUniqueSellers()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'
setItemBidDetails()
Detail bidding information on the items that the bidder has bid on.
# Argument: reference to an array of 'ns:ItemBidDetailsType'
getItemBidDetails()
Calls: GetAllBidders
Returned: Conditionally
# Returns: reference to an array of 'ns:ItemBidDetailsType'
setSummaryDays()
The number of days included in the summary. Currently always set to 30 days.
# Argument: 'xs:int'
getSummaryDays()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'
setTotalBids()
The total number of bids that the bidder has placed.
# Argument: 'xs:int'
getTotalBids()
Calls: GetAllBidders
Returned: Conditionally
# Returns: 'xs:int'