Trading_RegionOfOriginDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_RegionOfOriginDetailsType.h Trading_RegionOfOriginDetailsType.m |
Overview
This type is no longer used; replaced by ShippingLocationDetails.
@ingroup EBayAPIInterface
Tasks
-
regionOfOriginString identifier for a continent, a geographic region, or a country.
property -
descriptionFull name of the continent, geographic region, or country; useful for display
property
purposes. -
statusIndicates the status of the Region of Origin value. Only Region of Origin values
property
in the ‘Active’ state can be used. -
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_RegionOfOriginDetailsType.hdescription
Full name of the continent, geographic region, or country; useful for display
purposes.
@property (nonatomic, retain) NSString *descriptionDiscussion
Full name of the continent, geographic region, or country; useful for display
purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionOfOriginDetailsType.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_RegionOfOriginDetailsType.hregionOfOrigin
String identifier for a continent, a geographic region, or a country.
@property (nonatomic, retain) NSString *regionOfOriginDiscussion
String identifier for a continent, a geographic region, or a country.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionOfOriginDetailsType.hstatus
Indicates the status of the Region of Origin value. Only Region of Origin values
in the ‘Active’ state can be used.
@property (nonatomic, retain) NSString *statusDiscussion
Indicates the status of the Region of Origin value. Only Region of Origin values
in the ‘Active’ state can be used.
type: string constant in Trading_StatusCodeType.h
Declared In
Trading_RegionOfOriginDetailsType.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_RegionOfOriginDetailsType.h