| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::BidRangeType
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.
eBay::API::XML::DataType::BidRangeType inherits from the eBay::API::XML::BaseDataType class
Limits the results to items with a maximum number of bids.
Calls: GetSearchResults RequiredInput: No
# Argument: 'xs:int'
# Returns: 'xs:int'
Limits the results to items with a minimum number of bids.
Calls: GetSearchResults RequiredInput: No
# Argument: 'xs:int'
# Returns: 'xs:int'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |