...
Name | Type | Description |
---|---|---|
name | String | The name of the check. For example, if a check against the Electoral Roll was attempted, then the name would be “AEC”. As each customer will accept a different set of checks, customers should refer to their individual rules document for the list of names that they can expect. Refer to Data Source Reference for a list of data source names. |
state | String | The state of the individual check. For a list of possible states, please see the Reference Table of individual source states. |
method | String | The method via which the check was carried out. This is an enumerated type, for a list of possible values, please see the Reference Table of Method Names. |
mode | String | The verification mode used for this specific check. This shows HOW the check was made. Please see the Reference Table of possible modes. This can be null which indicates that no mode was used. |
dateVerified | Date | The date that this particular check became verified (or null if the check is not verified). |
fieldResults | List<FieldResultV2> | Only the fields that were successfully checked, or were changed, are returned. Any field that was not checked is not returned. Note that this may mean the array is empty. |
postOfficeData | Data Structures V2#Data Structures V2#PostOfficeDataV2PostOfficeData | If and only if the name of the CheckResult is “PostOffice” then this member will be present. Otherwise it will be null. This represents the raw data retrieved from Australia Post. |
extraData | List<NameValuePair> | Any extra data associated with this check. |
FieldResultV2
...