eBay Post-Order APIVersion 2.7.7
 

AddressTypeEnum

Enumerated type that is used to indicate whether the address is a business, a personal address, a PO Box, or other type of address.

Type that uses AddressTypeEnum:

Calls that use one or more values of AddressTypeEnum:

Enumeration Values

Value Description
BUSINESS This enumeration value indicates that the address is a business address.
DIPLOMATIC This enumeration value indicates that the address is a diplomatic address.
MILITARY This enumeration value indicates that the address is a military address.
OTHER This enumeration value may be returned if the type of address cannot be determined or does not fall into any of the other address classifications.
PO_BOX This enumeration value indicates that the address is a PO Box.
RESIDENCE This enumeration value indicates that the address is a personal residence.
  * See the Enumeration Index to see exact use of each enumeration value in the API.