Trading_RegionDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_RegionDetailsType.h Trading_RegionDetailsType.m |
Overview
This type is no longer used; replaced by ShippingLocationDetails.
@ingroup EBayAPIInterface
Tasks
-
regionIDNumeric identifier for a region within a country.
property -
descriptionFull name of the region.
property -
detailVersionReturns the latest version number for this field. The version can
property
be 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_RegionDetailsType.hdescription
Full name of the region.
@property (nonatomic, retain) NSString *descriptionDiscussion
Full name of the region.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionDetailsType.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_RegionDetailsType.hregionID
Numeric identifier for a region within a country.
@property (nonatomic, retain) NSString *regionIDDiscussion
Numeric identifier for a region within a country.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionDetailsType.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_RegionDetailsType.h