eBay::API::XML::DataType::LiveAuctionBidType - eBay::API::XML::DataType::LiveAuctionBidType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

Contains the data for one listing found by a search .

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.