eBay::API::XML::DataType::CountryDetailsType - eBay::API::XML::DataType::CountryDetailsType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::CountryDetailsType

DESCRIPTION

Top

Details about a specific country.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::CountryDetailsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setCountry()

Two-letter country abbreviation.<br><br> Related fields:<br> Item.Country in AddItem<br> SearchLocationFilter.CountryCode in GetSearchResults

# Argument: 'ns:CountryCodeType'

getCountry()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'ns:CountryCodeType'

setDescription()

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

# Argument: 'xs:string'

getDescription()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.