Type for saving the address information. It is used in asset.DeviceContractInformation object to save customer address.
| Name | Type | Description | Notes |
|---|---|---|---|
| address1 | str | Address Line one of the address information. example "PO BOX 641570". | [optional] [readonly] |
| address2 | str | Address Line two of the address information. example "Cisco Systems". | [optional] [readonly] |
| city | str | City in which the address resides. example "San Jose". | [optional] [readonly] |
| country | str | Country in which the address resides. example "US". | [optional] [readonly] |
| location | str | Location in which the address resides. example "14852". | [optional] [readonly] |
| name | str | Name of the user whose address is being populated. | [optional] [readonly] |
| postal_code | str | Postal Code in which the address resides. example "95164-1570". | [optional] [readonly] |
| state | str | State in which the address resides. example "CA". | [optional] [readonly] |