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

NAME

eBay::API::XML::DataType::ProximitySearchType

DESCRIPTION

Contains data for filtering a search by proximity.

SYNOPSIS

INHERITANCE

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

Subroutines:

setMaxDistance()

The maximum distance from the specified postal code to search for items.

  Calls: GetSearchResults
         GetCategoryListings
  RequiredInput: No

# Argument: 'xs:int'

getMaxDistance()

# Returns: 'xs:int'

setPostalCode()

The postal code to use as the basis for the proximity search.

  Calls: GetSearchResults
         GetCategoryListings
  RequiredInput: No

# Argument: 'xs:string'

getPostalCode()

# Returns: 'xs:string'