| Name | Type | Description | Notes |
|---|---|---|---|
| recipient | String | The intended recipient, typically a person's or firm's name. | [optional] |
| primaryLine | String | The primary delivery line (usually the street address) of the address. Combination of the following applicable `components`: * `primary_number` * `street_predirection` * `street_name` * `street_suffix` * `street_postdirection` * `secondary_designator` * `secondary_number` * `pmb_designator` * `pmb_number` | [optional] |
| secondaryLine | String | The secondary delivery line of the address. This field is typically empty but may contain information if `primary_line` is too long. | [optional] |
| urbanization | String | Only present for addresses in Puerto Rico. An urbanization refers to an area, sector, or development within a city. See USPS documentation for clarification. | [optional] |
| city | String | [optional] | |
| state | String | The ISO 3166-2 two letter code or subdivision name for the state. `city` and `state` are required if no `zip_code` is passed. | [optional] |
| zipCode | String | Required if `city` and `state` are not passed in. If included, must be formatted as a US ZIP or ZIP+4 (e.g. `94107`, `941072282`, `94107-2282`). | [optional] |