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:
/post-order/v2/casemanagement/{caseId} GET, /post-order/v2/casemanagement/{caseId}/provide_return_address POST, /post-order/v2/inquiry/{inquiryId} GET, /post-order/v2/return POST, /post-order/v2/return/{returnId} GET
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. |