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

Overview

Details about a specific country.

@ingroup EBayAPIInterface

Tasks

  •   country

    Two-letter code representing a country. These two-letter codes are typically used
    in Add/Revise/Relist calls when referring to a country.

    property
  •   description

    Full country name for display purposes. May be similar to (but not necessarily identical to)
    CountryName in addresses (e.g., User.RegistrationAddress.CountryName in GetUser).

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

country

Two-letter code representing a country. These two-letter codes are typically used
in Add/Revise/Relist calls when referring to a country.

@property (nonatomic, retain) NSString *country

Discussion

Two-letter code representing a country. These two-letter codes are typically used
in Add/Revise/Relist calls when referring to a country.

type: string constant in Trading_CountryCodeType.h

Declared In

Trading_CountryDetailsType.h

description

Full country name for display purposes. May be similar to (but not necessarily identical to)
CountryName in addresses (e.g., User.RegistrationAddress.CountryName in GetUser).

@property (nonatomic, retain) NSString *description

Discussion

Full country name for display purposes. May be similar to (but not necessarily identical to)
CountryName in addresses (e.g., User.RegistrationAddress.CountryName in GetUser).

type : NSString, wrapper for primitive string

Declared In

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