Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SiteDetailsType.h
Trading_SiteDetailsType.m

Overview

Details about a specific site.

@ingroup EBayAPIInterface

Tasks

  •   site

    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
  •   siteID

    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
  •   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
  •   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
  •   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_SiteDetailsType.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_SiteDetailsType.h

site

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 *site

Discussion

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.h

siteID

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 *siteID

Discussion

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.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_SiteDetailsType.h