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
-
regionOfOrigin
String identifier for a continent, a geographic region, or a country.
property -
description
Full name of the continent, geographic region, or country; useful for display
property
purposes. -
status
Indicates the status of the Region of Origin value. Only Region of Origin values
property
in the ‘Active’ state can be used. -
detailVersion
Returns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTime
Gives 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_RegionOfOriginDetailsType.h
description
Full name of the continent, geographic region, or country; useful for display
purposes.
@property (nonatomic, retain) NSString *description
Discussion
Full name of the continent, geographic region, or country; useful for display
purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionOfOriginDetailsType.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_RegionOfOriginDetailsType.h
regionOfOrigin
String identifier for a continent, a geographic region, or a country.
@property (nonatomic, retain) NSString *regionOfOrigin
Discussion
String identifier for a continent, a geographic region, or a country.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionOfOriginDetailsType.h
status
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 *status
Discussion
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.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_RegionOfOriginDetailsType.h