eBay::API::XML::Call::ApproveLiveAuctionBidders::ApproveLiveAuctionBiddersRequestType - eBay::API::XML::Call::ApproveLiveAuctionBidders::ApproveLiveAuctionBiddersRequestType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

eBay::API::XML::Call::ApproveLiveAuctionBidders::ApproveLiveAuctionBiddersRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

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'


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