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

Overview

Details about a region or location to which the seller is willing to ship.

@ingroup EBayAPIInterface

Tasks

  •   shippingLocation

    Short name or abbreviation for a region (e.g., Asia) or location (e.g. Japan).

    property
  •   description

    Display string that applications can use to present a list of shipping locations in
    a more user-friendly format (such as in a drop-down list). This field is localized
    in the language of the site.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be
    used to determine if and when to refresh cached client data.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the details were last
    updated. This timestamp can be used to determine if and when to refresh
    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_ShippingLocationDetailsType.h

description

Display string that applications can use to present a list of shipping locations in
a more user-friendly format (such as in a drop-down list). This field is localized
in the language of the site.

@property (nonatomic, retain) NSString *description

Discussion

Display string that applications can use to present a list of shipping locations in
a more user-friendly format (such as in a drop-down list). This field is localized
in the language of the site.

type : NSString, wrapper for primitive string

Declared In

Trading_ShippingLocationDetailsType.h

detailVersion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_ShippingLocationDetailsType.h

shippingLocation

Short name or abbreviation for a region (e.g., Asia) or location (e.g. Japan).

@property (nonatomic, retain) NSString *shippingLocation

Discussion

Short name or abbreviation for a region (e.g., Asia) or location (e.g. Japan).

type : NSString, wrapper for primitive string

Declared In

Trading_ShippingLocationDetailsType.h

updateTime

Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_ShippingLocationDetailsType.h