The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::DataType::LocalSearchType

DESCRIPTION

Contains data for filtering a search by proximity.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::LocalSearchType 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'