eBay Trading APIVersion 1349
 

CountryDetailsType

Details about a specific country.

Type that uses CountryDetailsType:

Call that uses CountryDetailsType:

Fields

Country ( CountryCodeType ) [0..1]
Two-letter code representing a country. These two-letter codes are typically used in Add/Revise/Relist calls when referring to a country.
See the Field Index to learn which calls use Country.

Description ( string ) [0..1]
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).
See the Field Index to learn which calls use Description.

DetailVersion ( string ) [0..1]
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

UpdateTime ( dateTime ) [0..1]
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.
See the Field Index to learn which calls use UpdateTime.