| hasWifi | Boolean | | [optional] |
| principalId | UUID | | [optional] |
| addressType | AddressTypeEnum | The type of address | [optional] |
| gpsCoordinateLat | BigDecimal | the latitude of the address | [optional] |
| gpsCoordinateLong | BigDecimal | the longitude of the address | [optional] |
| name | String | full name of addressee | |
| street1 | String | street address line 1 | |
| street2 | String | street address line 2 | [optional] |
| city | String | full name of city | |
| state | String | State of residence 2-character code (USA) | |
| country | String | 3 character country code (upper case) | [optional] |
| postalCode | String | 5+4 digit zip code | |
| id | UUID | Unique identifier for object in the system | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
| lastAccessedById | UUID | Last user to access object | [optional] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |