The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::PriceRangeFilterType

DESCRIPTION

One of the data filters used when searching for items using GetSearchResults. Allows filtering based on the current price of items. Properties allow for defining a range within prices must fall to be returned in the result set, a minimum price for items returned, or a maximum price for items returned.

SYNOPSIS

INHERITANCE

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

Subroutines:

setMaxPrice()

Specifies the maximum current price an item listing can have to be included in the searches result set. Use alone to specify a maximum price or with MinPrice to define a range the items' prices must be. See "Data Types" in the eBay Web Services Guide for information about specifying double values.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'ns:AmountType'

getMaxPrice()

# Returns: 'ns:AmountType'

setMinPrice()

Specifies the minimum current price an item listing can have to be included in the searches result set. Use alone to specify a minimum price or with MaxPrice to define a range the items' prices must be. See "Data Types" in the eBay Web Services Guide for information about specifying double values.

  Calls: GetSearchResults
  RequiredInput: No

# Argument: 'ns:AmountType'

getMinPrice()

# Returns: 'ns:AmountType'