Trading_ShippingLocationDetailsType Class Reference
| 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
-
shippingLocationShort name or abbreviation for a region (e.g., Asia) or location (e.g. Japan).
property -
descriptionDisplay string that applications can use to present a list of shipping locations in
property
a more user-friendly format (such as in a drop-down list). This field is localized
in the language of the site. -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives the time in GMT that the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ShippingLocationDetailsType.hdescription
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 *descriptionDiscussion
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.hdetailVersion
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 *detailVersionDiscussion
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.hshippingLocation
Short name or abbreviation for a region (e.g., Asia) or location (e.g. Japan).
@property (nonatomic, retain) NSString *shippingLocationDiscussion
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.hupdateTime
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 *updateTimeDiscussion
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