# Address Model | Name | Data Type | Description | | --- | --- | --- | | `name` | string | Name of person. | | `company` | string | Name of company. | | `street1` | string | First line of address. | | `street2` | string | Second line of address. | | `street3` | string | Third line of address. | | `city` | string | City | | `state` | string | State | | `postalCode` | string | Postal Code | | `country` | string | Country Code. The [**two-letter ISO Origin Country code**](https://www.nationsonline.org/oneworld/country_code_list.htm) is required. | | `phone` | string | Telephone number. | | `residential` | boolean | Specifies whether the given address is residential. | | `addressVerified` | string | Identifies whether the address has been verified by ShipStation (read only). Possible values: `Address not yet validated`, `Address validated successfully`, `Address validation warning`, `Address validation failed`. |