eBay::API::XML::DataType::BidRangeType - eBay::API::XML::DataType::BidRangeType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::BidRangeType

DESCRIPTION

Top

Contains fields for limiting a call response to items with a minimum or maximum number of bids. You also can specify a bid range by specifying both a minimum and maximum number of bids in one call.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setMaximumBidCount()

Limits the results to items with a maximum number of bids.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'xs:int'

getMaximumBidCount()

# Returns: 'xs:int'

setMinimumBidCount()

Limits the results to items with a minimum number of bids.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'xs:int'

getMinimumBidCount()

# Returns: 'xs:int'


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