IdentificationData |
IdentificationData.cardNumber(String cardNumber) |
The card number of the document that was issued (AU only).
|
IdentificationData |
IdentificationData.expiryDate(String expiryDate) |
The expiry date of the document, in YYYY-MM-DD format.
|
static IdentificationData |
IdentificationData.fromJson(String jsonString) |
Create an instance of IdentificationData given an JSON string
|
IdentificationData |
Individual.getIdentificationData() |
Get identificationData
|
IdentificationData |
IdentificationData.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
IdentificationData |
IdentificationData.issuerCountry(String issuerCountry) |
Deprecated.
|
IdentificationData |
IdentificationData.issuerState(String issuerState) |
The state or province where the document was issued (AU only).
|
IdentificationData |
IdentificationData.nationalIdExempt(Boolean nationalIdExempt) |
Applies only to individuals in the US.
|
IdentificationData |
IdentificationData.number(String number) |
The number in the document.
|
IdentificationData |
IdentificationData.type(IdentificationData.TypeEnum type) |
Type of identity data.
|