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

Overview

Container for the list of site-specific locations supported by the Exclude Ship To
Locations feature.

@ingroup EBayAPIInterface

Tasks

  •   description

    The localized location name.

    property
  •   location

    The location or region code to be used with the AddItem family of calls. These
    codes are also returned by GetItem. This code reflects the <a href=
    http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”

    ISO 3166 codes.

    property
  •   region

    The region code to which the location belongs.

    property
  •   detailVersion

    Returns the current version number of the ExcludeShippingLocation data. Use
    the version number to determine if you need to refresh your cached client data.

    property
  •   updateTime

    The time in GMT that the feature flags for the details were last updated.
    Use this timestamp to determine if you need to refresh your cached client data.

    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_ExcludeShippingLocationDetailsType.h

description

The localized location name.

@property (nonatomic, retain) NSString *description

Discussion

The localized location name.

type : NSString, wrapper for primitive string

Declared In

Trading_ExcludeShippingLocationDetailsType.h

detailVersion

Returns the current version number of the ExcludeShippingLocation data. Use
the version number to determine if you need to refresh your cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the current version number of the ExcludeShippingLocation data. Use
the version number to determine if you need to refresh your cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_ExcludeShippingLocationDetailsType.h

location

The location or region code to be used with the AddItem family of calls. These
codes are also returned by GetItem. This code reflects the <a href=
http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”

ISO 3166 codes.

@property (nonatomic, retain) NSString *location

Discussion

The location or region code to be used with the AddItem family of calls. These
codes are also returned by GetItem. This code reflects the <a href=
http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”

ISO 3166 codes.

type : NSString, wrapper for primitive string

Declared In

Trading_ExcludeShippingLocationDetailsType.h

region

The region code to which the location belongs.

@property (nonatomic, retain) NSString *region

Discussion

The region code to which the location belongs.

type : NSString, wrapper for primitive string

Declared In

Trading_ExcludeShippingLocationDetailsType.h

updateTime

The time in GMT that the feature flags for the details were last updated.
Use this timestamp to determine if you need to refresh your cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

The time in GMT that the feature flags for the details were last updated.
Use this timestamp to determine if you need to refresh your cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_ExcludeShippingLocationDetailsType.h