Recipient
The Recipient object specifies the recipient's address and delivery information.
| Parameter | Type | Description |
|---|---|---|
| RecipientIdentifier | string | A string of data specifying the recipient's identifier. |
| Name | string | A string of data specifying the recipient's name. |
| BusinessName | string | A string of data specifying the recipient's business name. |
| AddressLine1 | string | A string of data specifying the recipient's primary address. |
| City | string | A string of data specifying the recipient's secondary address. |
| State | string | A string of data specifying the recipient's state. |
| ZIP | string | A string of data specifying the recipient's zip code. |
| CountryCode | string | A string of data specifying the recipient's country code. |
| FedEx | FedEx | A sequence of elements containing information about the FedEx delivery. |
| USPS | USPS | A sequence of elements containing information about the USPS delivery. |
| UPS | UPS | A sequence of elements containing information about the UPS delivery. |
| BRE | string | A string of data specifying the business return envelope code |
Note: State and Zip values are not required when using an
international mailing and a InternationalPriority parameter.