NAME
eBay::API::XML::Call::ApproveLiveAuctionBidders::ApproveLiveAuctionBiddersRequestType
DESCRIPTION
Provides Live Auction sellers with the ability to approve, decline, and set the bidding limit of the bidders that have signed up for a catalog. Includes the list of bidders for the requested item as part of the general item listing data.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::ApproveLiveAuctionBidders::ApproveLiveAuctionBiddersRequestType inherits from the eBay::API::XML::RequestDataType 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'
getAllApprovedBiddingLimit()
# Returns: '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'
isApproveAllPending()
# Returns: 'xs:boolean'
setBidApproval()
Approval details for a specific set of bidders.
RequiredInput: No
# Argument: 'ns:BidApprovalArrayType'
getBidApproval()
# Returns: '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'
getUserCatalogID()
# Returns: 'xs:int'