eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersRequestType - eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersRequestType documentation


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

Index


NAME

Top

eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersRequestType

DESCRIPTION

Top

Includes the list of bidders for the requested catalog.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetLiveAuctionBidders::GetLiveAuctionBiddersRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

setBidderStatus()

The seller can ask to retrieve a subset of users in the bidder approval list who are either "approved","denied", or "pending" or a combination of these. If this field is not specified in the request, all records are returned.

  RequiredInput: No
#    Argument: reference to an array  
                      of 'ns:BidderStatusCodeType'

getBidderStatus()

# Returns: reference to an array of 'ns:BidderStatusCodeType'

setPagination()

Child elements control pagination of the output. Use its EntriesPerPage property to control the number of bidders to return per call and its PageNumber property to specify the page of data to return.

  RequiredInput: No
#    Argument: 'ns:PaginationType'

getPagination()

# Returns: 'ns:PaginationType'

setUserCatalogID()

Number that identifies the seller's eBay Live Auctions catalog for which they want to retrieve bidder requests.

  RequiredInput: Yes
#    Argument: 'xs:int'

getUserCatalogID()

# Returns: 'xs:int'


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