Trading_SiteDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SiteDetailsType.h Trading_SiteDetailsType.m |
Tasks
-
siteShort name that identifies an eBay site. Usually, an eBay site is associated
property
with a particular country or region (e.g., US or Belgium_French). Specialty
sites (e.g., eBay Stores) use the same site ID as their associated main eBay
site. The US eBay Motors site is an exception to this convention. -
siteIDNumeric identifier for an eBay site. If you are using the
property
SOAP API, you use numeric site IDs in the request URL.
If you are using the XML API, you use numeric site IDs in the
X-EBAY-API-SITEID header. -
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_SiteDetailsType.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_SiteDetailsType.hsite
Short name that identifies an eBay site. Usually, an eBay site is associated
with a particular country or region (e.g., US or Belgium_French). Specialty
sites (e.g., eBay Stores) use the same site ID as their associated main eBay
site. The US eBay Motors site is an exception to this convention.
@property (nonatomic, retain) NSString *siteDiscussion
Short name that identifies an eBay site. Usually, an eBay site is associated
with a particular country or region (e.g., US or Belgium_French). Specialty
sites (e.g., eBay Stores) use the same site ID as their associated main eBay
site. The US eBay Motors site is an exception to this convention.
type: string constant in Trading_SiteCodeType.h
Declared In
Trading_SiteDetailsType.hsiteID
Numeric identifier for an eBay site. If you are using the
SOAP API, you use numeric site IDs in the request URL.
If you are using the XML API, you use numeric site IDs in the
X-EBAY-API-SITEID header.
@property (nonatomic, retain) NSNumber *siteIDDiscussion
Numeric identifier for an eBay site. If you are using the
SOAP API, you use numeric site IDs in the request URL.
If you are using the XML API, you use numeric site IDs in the
X-EBAY-API-SITEID header.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SiteDetailsType.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_SiteDetailsType.h