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
-
regionID
Numeric identifier for a region within a country.
property -
description
Full name of the region.
property -
detailVersion
Returns the latest version number for this field. The version can
property
be 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_RegionDetailsType.h
description
Full name of the region.
@property (nonatomic, retain) NSString *description
Discussion
Full name of the region.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionDetailsType.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_RegionDetailsType.h
regionID
Numeric identifier for a region within a country.
@property (nonatomic, retain) NSString *regionID
Discussion
Numeric identifier for a region within a country.
type : NSString, wrapper for primitive string
Declared In
Trading_RegionDetailsType.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_RegionDetailsType.h