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

NAME

eBay::API::XML::DataType::LiveAuctionBidType

DESCRIPTION

Contains the data for one listing found by a search .

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::LiveAuctionBidType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setApprovedBiddingLimit()

Maximum amount that the seller will allow the bidder to bid.

# Argument: 'ns:AmountType'

getApprovedBiddingLimit()

  Calls: GetLiveAuctionBidders
  Returned: Always

# Returns: 'ns:AmountType'

setBidderStatus()

Indicates whether the seller has approved the user to bid on the seller's Live Auctions (in the catalog identifed by UserCatalogID).

# Argument: 'ns:BidderStatusCodeType'

getBidderStatus()

  Calls: GetLiveAuctionBidders
  Returned: Always

# Returns: 'ns:BidderStatusCodeType'

setDeclinedComment()

Comments entered by the seller if the seller has denied the bidder's approval request.

# Argument: 'xs:string'

getDeclinedComment()

  Calls: GetLiveAuctionBidders
  Returned: Always

# Returns: 'xs:string'

setRequestedBiddingLimit()

Maximum amount that the bidder would like to be able to bid. This is returned if the auction house has requested that the bidder enter an amount for the seller's approval.

# Argument: 'ns:AmountType'

getRequestedBiddingLimit()

  Calls: GetLiveAuctionBidders
  Returned: Always

# Returns: 'ns:AmountType'