| Addressee |
String |
Name used upon Address labels |
|
| Line1 |
String |
Primary Address line: e.g. flat number or street |
|
| Line2 |
String |
Secondary Address line: e.g. street or locality |
|
| Line3 |
String |
Tertiary Address line |
|
| TownCity |
String |
Town or City |
|
| CountyStateRegion |
String |
One of: county, state or region |
|
| CountryIsoNumeric |
String |
Optional Country Code using "ISO 3166-1 numeric" |
|
| PostalCode |
String |
Postal (Zip) Code |
|
| Address |
List<String> |
Returns address lines as array of string |
|
| AddressCsv |
String |
Returns address lines with comma separation |
|
| IsBlank |
Boolean |
Returns TRUE if Line1 and TownCity are blank |
|
| IsConfirmed |
Boolean |
Is this a confirmed Contact Point of the Correspondent? Is this a way of contacting the actual Correspondent. |
|
| IsVerified |
Boolean |
Has this Contact Point been verified? i.e. it works and has been (electronically) tested. |
|
| Id |
Guid |
UUID used to uniquely identify this record within the DB |
|
| Subject |
String |
Title of the record |
|
| Description |
String |
Information about the record |
|