NAME
eBay::API::XML::DataType::BidderDetailType
DESCRIPTION
Contains the data for a user who is interested in bidding on items in a Live Auctions catalog.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::BidderDetailType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setEmail()
E-mail address of the bidder. You cannot retrieve an email address for any user with whom you do not have a transactional relationship, regardless of site. Email is only returned for applicable calls when you are retrieving your own user data OR when you and the other user are in a transactional relationship and the call is being executed within a certain amount of time after the transaction is created. Returned as CDATA. When an email address can not be returned, the string "Invalid Request" is returned instead.
# Argument: 'xs:string'
getEmail()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'xs:string'
setFeedbackScore()
Aggegate feedback score for the specified user. Feedback score is only return if the user has not chosen to make his or her feeback private.
# Argument: 'xs:int'
getFeedbackScore()
Calls: GetLiveAuctionBidders
Returned: Conditionally
# Returns: 'xs:int'
setLiveAuctionBidResult()
Contains the bidder details that match the bidder query passed in the request. Always returned when bidder search results are found.
# Argument: 'ns:LiveAuctionBidType'
getLiveAuctionBidResult()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'ns:LiveAuctionBidType'
setUniqueNegativeFeedbackCount()
Total count of negative Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
getUniqueNegativeFeedbackCount()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'xs:int'
setUniqueNeutralFeedbackCount()
Total count of neutral Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
getUniqueNeutralFeedbackCount()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'xs:int'
setUniquePositiveFeedbackCount()
Total count of positive Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
getUniquePositiveFeedbackCount()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'xs:int'
setUserID()
ID of the user requesting approval.
# Argument: 'ns:UserIDType'
getUserID()
Calls: GetLiveAuctionBidders
Returned: Always
# Returns: 'ns:UserIDType'