| Name | Type | Description | Notes |
|---|---|---|---|
| address_line1 | string | Line 1 of the organization's street address. | |
| address_line2 | string | Line 2 of the organization's street address. | [optional] |
| address_line3 | string | Line 3 of the organization's street address. | [optional] |
| address_optional | string | An optional address field for the organization. Only <code>format_type</code> 3, 4, and 5 can use this property. | [optional] |
| city | string | The city where the organization sending the email campaign is located. | [optional] |
| country_code | string | The uppercase two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> for the organization's country. | |
| country_name | string | The full name of the country where the organization sending the email is located. Automatically generated using the <code>country_code</code>. | [optional] [readonly] |
| organization_name | string | The name of the organization that is sending the email campaign. | |
| postal_code | string | The postal code address (ZIP code) of the organization. | [optional] |
| state_code | string | The uppercase two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> for the organization's state. This property is required if the <code>country_code</code> is US (United States). | [optional] |
| state_name | string | The full state name for a <code>state_code</code> that is inside the United States. Automatically generated using the <code>state_code</code>. | [optional] [readonly] |
| state_non_us_name | string | The full state name for a <code>state_code</code> that is outside the United States. This property is not read only. | [optional] |