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

NAME

eBay::API::XML::DataType::BidApprovalType

DESCRIPTION

Information that a Live Auction seller selects when approving or denying a user who wants to bid on items in the seller's Live Auctions catalog.

SYNOPSIS

INHERITANCE

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

Subroutines:

setApprovedBiddingLimit()

Maximum amount that the seller will allow the specified user to bid. This field is required if the auction house has requested that the bidder enter an amount for the seller's approval. (The bidder requests a maximum bidding limit, but the seller can specify a different maximum bidding limit.)

  Calls: ApproveLiveAuctionBidders
  RequiredInput: Conditionally

# Argument: 'ns:AmountType'

getApprovedBiddingLimit()

# Returns: 'ns:AmountType'

setDeclinedComment()

Comments entered by seller when an approval request is denied. This is required if the seller sets Status to Denied.

  Calls: ApproveLiveAuctionBidders
  RequiredInput: Conditionally

# Argument: 'xs:string'

getDeclinedComment()

# Returns: 'xs:string'

setStatus()

Indicates whether the seller approves or denies the bidder's approval request.

  Calls: ApproveLiveAuctionBidders
  RequiredInput: Yes
  AllValuesExcept: Pending

# Argument: 'ns:BidderStatusCodeType'

getStatus()

# Returns: 'ns:BidderStatusCodeType'

setUserID()

User ID for the bidder to be approved. Only bidders who have requested approval can be approved. That is, the seller cannot approve a bidder who has not requested approval. (Bidders request approval via the eBay Live Auctions Web site UI.) When you are approving bidders, if you pass in multiple BidApproval entries with duplicate UserID values, the last entry with that UserID takes precedence (and the earlier duplicate UserID entries are ignored).

  Calls: ApproveLiveAuctionBidders
  RequiredInput: Yes

# Argument: 'ns:UserIDType'

getUserID()

# Returns: 'ns:UserIDType'