Property | Description | Returns |
---|---|---|
stateName | Get the state name; either from an explicitly saved state name or from the state | string |
id | int | |
addressName | string | |
companyName | string | |
unit | string | |
addressLine1 | string | |
addressLine2 | string | |
suburb | string | |
city | string | |
postcode | string | |
country | Country | |
countryName | string | |
state | State | |
created | Get the date the record was created. | DateTime |
modified | Get the last modification date for the record. | DateTime |
active | bool | |
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