Name | Type | Description | Notes |
---|---|---|---|
first_name | String | First Name. | [optional] |
last_name | String | Last Name. `null` if it is a single-name entity. | [optional] |
source | String | Which list this came from. | [optional] |
source_type | String | The list type. | [optional] |
gender | String | Gender of returned identity (if `type` is `individual`). | [optional] |
title | Array<String> | The title of their position. | [optional] |
type | String | The record type. | [optional] |
legal_basis | Array<String> | List of references to legal documents if they exist. | [optional] |
regime | String | Regime. | [optional] |
confidence | String | The source list's confidence in information. | [optional] |
nationality | String | The nationality of the identity. | [optional] |
address | Array<AMLAddress> | Addresses related to the identity. | [optional] |
dob | Array<Date> | One or more possible dates of birth. | [optional] |
aliases | Array<AMLAliases> | List of aliases, if any. | [optional] |
passport | Array<AMLPassport> | Passport information. | [optional] |
comments | String | Extra information (the content varies per list). | [optional] |
_links | Array<SelfLink> | The links related to resource, including links provided by the list. | [optional] |