Trading_ExcludeShippingLocationDetailsType Class Reference
| 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
-
descriptionThe localized location name.
property -
locationThe 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”
propertyISO 3166 codes.
-
regionThe region code to which the location belongs.
property -
detailVersionReturns the current version number of the ExcludeShippingLocation data. Use
property
the version number to determine if you need to refresh your cached client data. -
updateTimeThe time in GMT that the feature flags for the details were last updated.
property
Use this timestamp to determine if you need to refresh your 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_ExcludeShippingLocationDetailsType.hdescription
The localized location name.
@property (nonatomic, retain) NSString *descriptionDeclared In
Trading_ExcludeShippingLocationDetailsType.hdetailVersion
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 *detailVersionDiscussion
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.hlocation
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 *locationDiscussion
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.hregion
The region code to which the location belongs.
@property (nonatomic, retain) NSString *regionDiscussion
The region code to which the location belongs.
type : NSString, wrapper for primitive string
Declared In
Trading_ExcludeShippingLocationDetailsType.hupdateTime
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 *updateTimeDiscussion
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