...
This type is a convenience type for holding a partial date, especially useful for representing dates of birth. This type holds just the date part, and does not contain any reference to a time component or timezone; this avoids potential issues with date of birth timestamps arising from different timezones.
Name | Type | Description |
---|---|---|
day | int | The day component of a date of birth. |
month | int | The month component of a date of birth. |
year | int | The full year component of a date of birth, for example 1975, i.e. not 75. |
RegistrationDetailsV2
Need a summary
Name | Type | Description |
---|---|---|
currentResidentialAddress | Address | |
dateCreated | DateTime | |
dob | string | |
string | ||
extraData | List<NameValuePair> | |
homePhone | string | |
mobilePhone | string | |
name | Name | |
previousResidentialAddress | Address | |
workPhone | string |
Address
Name | Type | Description |
---|---|---|
alley | string | |
amalgamatedMunicipality | string | |
RichVerificationResult
The RichVerificationResult type describes the person’s verification results to date. This is always returned so that the caller always has the latest results for that person.
...