| Property | Description | Returns |
|---|---|---|
| stateName | Get the state name; either from an explicitly saved state name or from the state | string |
| countryName | Get the country name. Either from the country relationship or from the country name. | string |
| id | int | |
| firstName | string | |
| lastName | string | |
| companyName | string | |
| unit | string | |
| addressLine1 | string | |
| addressLine2 | string | |
| suburb | string | |
| city | string | |
| postcode | string | |
| country | Country | |
| state | State | |
| phone | string | |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| customFieldValues | Collection (AddressCustomFieldValue) | |
| customFieldContent | Get a serialized representation of the custom fields associated with the record | object |
| customFields | Get the custom fields for this entity | array |
Common\Models\Api\Address
Address