Property | Description | Returns |
---|---|---|
stateName | Get the state name; either from an explicitly saved state name or from the state | string |
primary | Determine if the address is the primary address | bool |
id | int | |
suburb | string | |
city | string | |
postcode | string | |
addressName | string | |
addressLine1 | string | |
addressLine2 | string | |
created | Get the date the record was created. | DateTime |
modified | Get the last modification date for the record. | DateTime |
active | bool | |
type | AddressType | |
country | Country | |
state | State | |
person | Person | |
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 |
Users\Models\Api\Address
Address