| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::BidderDetailType
Contains the data for a user who is interested in bidding on items in a Live Auctions catalog.
eBay::API::XML::DataType::BidderDetailType inherits from the eBay::API::XML::BaseDataType class
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'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'xs:string'
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'
Calls: GetLiveAuctionBidders Returned: Conditionally
# Returns: 'xs:int'
Contains the bidder details that match the bidder query passed in the request. Always returned when bidder search results are found.
# Argument: 'ns:LiveAuctionBidType'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'ns:LiveAuctionBidType'
Total count of negative Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'xs:int'
Total count of neutral Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'xs:int'
Total count of positive Feedback entries received by the user, including weekly repeats.
# Argument: 'xs:int'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'xs:int'
ID of the user requesting approval.
# Argument: 'ns:UserIDType'
Calls: GetLiveAuctionBidders Returned: Always
# Returns: 'ns:UserIDType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |