Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_LocalSearchType.h
Trading_LocalSearchType.m

Overview

Contains data for filtering a search by proximity.

@ingroup EBayAPIInterface

Tasks

  •   maxDistance

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

    property
  •   postalCode

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

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_LocalSearchType.h

maxDistance

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

@property (nonatomic, retain) NSNumber *maxDistance

Discussion

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

type : NSNumber, wrapper for primitive int

Declared In

Trading_LocalSearchType.h

postalCode

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

@property (nonatomic, retain) NSString *postalCode

Discussion

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

type : NSString, wrapper for primitive string

Declared In

Trading_LocalSearchType.h