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

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::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'

syntax highlighting: