Tim Keefer > eBay-API > eBay::API::XML::DataType::BidRangeType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: