| Name | Type | Description | Notes |
|---|---|---|---|
| address1 | str | First line of the contact's address. This is often a street address or a business name. | [optional] |
| address2 | str | Second line of the contact's address. | [optional] |
| city | str | City of the contact's address. | [optional] |
| country | str | Country; must be a valid country name or abbreviation. If using Zuora Tax, you must specify a country in the sold-to contact to calculate tax. A bill-to contact may be used if no sold-to contact is provided. | [optional] |
| county | str | County of the contact's address. | [optional] |
| custom_fields | ContactObjectCustomFields | [optional] | |
| fax | str | Fax number of the contact. | [optional] |
| first_name | str | First name of the contact. | |
| home_phone | str | Home phone number of the contact. | [optional] |
| last_name | str | Last name of the contact. | |
| mobile_phone | str | Mobile phone number of the contact. | [optional] |
| nickname | str | Nickname of the contact. | [optional] |
| other_phone | str | Additional phone number of the contact. Use the `otherPhoneType` field to specify the type of phone number. | [optional] |
| other_phone_type | str | Specifies the type of phone number in the `otherPhone` field. | [optional] |
| personal_email | str | Personal email address of the contact. | [optional] |
| postal_code | str | ZIP code or other postal code of the contact's address. | [optional] |
| state | str | State or province of the contact's address. | [optional] |
| tax_region | str | Region defined in your taxation rules. Only applicable if you use Zuora Tax. | [optional] |
| work_email | str | Business email address of the contact. | [optional] |
| work_phone | str | Business phone number of the contact. | [optional] |