Class UsKycCheckData.DataCitation
-
- All Implemented Interfaces:
public final class UsKycCheckData.DataCitationData source citations for a KYC check.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsKycCheckData.DataCitation.BuilderA builder for DataCitation.
-
Method Summary
Modifier and Type Method Description final List<String>addressSources()List of sources for address verification final List<String>dateOfBirthSources()List of sources for date of birth verification final List<String>taxIdSources()List of sources for tax ID verification final JsonField<List<String>>_addressSources()Returns the raw JSON value of addressSources. final JsonField<List<String>>_dateOfBirthSources()Returns the raw JSON value of dateOfBirthSources. final JsonField<List<String>>_taxIdSources()Returns the raw JSON value of taxIdSources. final Map<String, JsonValue>_additionalProperties()final UsKycCheckData.DataCitation.BuildertoBuilder()final UsKycCheckData.DataCitationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsKycCheckData.DataCitation.Builderbuilder()Returns a mutable builder for constructing an instance of DataCitation. -
-
Method Detail
-
addressSources
final List<String> addressSources()
List of sources for address verification
-
dateOfBirthSources
final List<String> dateOfBirthSources()
List of sources for date of birth verification
-
taxIdSources
final List<String> taxIdSources()
List of sources for tax ID verification
-
_addressSources
final JsonField<List<String>> _addressSources()
Returns the raw JSON value of addressSources.
Unlike addressSources, this method doesn't throw if the JSON field has an unexpected type.
-
_dateOfBirthSources
final JsonField<List<String>> _dateOfBirthSources()
Returns the raw JSON value of dateOfBirthSources.
Unlike dateOfBirthSources, this method doesn't throw if the JSON field has an unexpected type.
-
_taxIdSources
final JsonField<List<String>> _taxIdSources()
Returns the raw JSON value of taxIdSources.
Unlike taxIdSources, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsKycCheckData.DataCitation.Builder toBuilder()
-
validate
final UsKycCheckData.DataCitation validate()
-
builder
final static UsKycCheckData.DataCitation.Builder builder()
Returns a mutable builder for constructing an instance of DataCitation.
The following fields are required:
.addressSources() .dateOfBirthSources() .taxIdSources()
-
-
-
-