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

NAME

eBay::API::XML::Call::ApproveLiveAuctionBidders

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::ApproveLiveAuctionBidders inherits from the eBay::API::XML::BaseCall class

Subroutines:

setAllApprovedBiddingLimit()

This is the amount that bidders are beings approved for. This is required if user has set ApproveAllPending to true. It only applies to bidder requests that are in pending status.

  RequiredInput: Conditionally
#    Argument: 'ns:AmountType'

setApproveAllPending()

This will approve all bidders in the catalog in the pending status only. This is an optional field. If provided and set to true, do not send BidApproval.

  RequiredInput: No
#    Argument: 'xs:boolean'

setBidApproval()

Approval details for a specific set of bidders.

  RequiredInput: No
#    Argument: 'ns:BidApprovalArrayType'

setUserCatalogID()

Number that identifies the seller's eBay Live Auctions catalog for which they want to set bidding limits and approve or decline bidders.

  RequiredInput: Yes
#    Argument: 'xs:int'

getBidderUpdateStatus()

Contains the results of the request for each item. Mulitple bidders can be approved with one call.

  Returned: Always
#    Returns: 'ns:LiveAuctionApprovalStatusArrayType'