| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | String | The contact first name. | [optional] |
| last_name | String | The contact last name. | [optional] |
| organization | String | The contact organization. | [optional] |
| address | String | The contact street address. | [optional] |
| address2 | String | The contact street address (second line). | [optional] |
| city | String | The contact city. | [optional] |
| region | String | The contact region (state). | [optional] |
| country | String | The contact country ISO Alpha-2 code. | [optional] |
| postal_code | String | The contact postal code. | [optional] |
| phone_numbers | ContactPhoneNumbers | [optional] | |
| emails | ContactEmails | [optional] | |
| hash | String | A hash that can be used to compare multiple contacts for identical attribute values. | [optional] |