Class BaselineKycCheckData
-
- All Implemented Interfaces:
public final class BaselineKycCheckDataKYC data for an
Entityin the BASELINE jurisdiction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBaselineKycCheckData.BuilderA builder for BaselineKycCheckData.
-
Method Summary
Modifier and Type Method Description final StringaddressCountryCode()Country of residence. final StringcountryCode()Country of citizenship or home country of the organization. final StringlastName()Last name of the person. final Optional<String>addressCity()City of address. final Optional<String>addressPostalCode()Postal code of residence address. final Optional<String>addressStreet1()Street address of address. final Optional<String>addressStreet2()Extension of address, usually apartment or suite number. final Optional<String>addressSubdivision()State or subdivision of address. final Optional<LocalDate>birthDate()Birth date of the individual. final Optional<String>email()Email address. final Optional<String>firstName()First name of the person. final Optional<String>middleName()Middle name of the user final Optional<String>taxIdNumber()ID number of the official tax document of the country the entity belongs to. final JsonField<String>_addressCountryCode()Returns the raw JSON value of addressCountryCode. final JsonField<String>_countryCode()Returns the raw JSON value of countryCode. final JsonField<String>_lastName()Returns the raw JSON value of lastName. final JsonField<String>_addressCity()Returns the raw JSON value of addressCity. final JsonField<String>_addressPostalCode()Returns the raw JSON value of addressPostalCode. final JsonField<String>_addressStreet1()Returns the raw JSON value of addressStreet1. final JsonField<String>_addressStreet2()Returns the raw JSON value of addressStreet2. final JsonField<String>_addressSubdivision()Returns the raw JSON value of addressSubdivision. final JsonField<LocalDate>_birthDate()Returns the raw JSON value of birthDate. final JsonField<String>_email()Returns the raw JSON value of email. final JsonField<String>_firstName()Returns the raw JSON value of firstName. final JsonField<String>_middleName()Returns the raw JSON value of middleName. final JsonField<String>_taxIdNumber()Returns the raw JSON value of taxIdNumber. final Map<String, JsonValue>_additionalProperties()final BaselineKycCheckData.BuildertoBuilder()final BaselineKycCheckDatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BaselineKycCheckData.Builderbuilder()Returns a mutable builder for constructing an instance of BaselineKycCheckData. -
-
Method Detail
-
addressCountryCode
final String addressCountryCode()
Country of residence. ISO 3166-1 alpha 2 country code.
-
countryCode
final String countryCode()
Country of citizenship or home country of the organization. ISO 3166-1 alpha 2 country code.
-
addressCity
final Optional<String> addressCity()
City of address. Not all international addresses use this attribute.
-
addressPostalCode
final Optional<String> addressPostalCode()
Postal code of residence address. Not all international addresses use this attribute.
-
addressStreet1
final Optional<String> addressStreet1()
Street address of address.
-
addressStreet2
final Optional<String> addressStreet2()
Extension of address, usually apartment or suite number.
-
addressSubdivision
final Optional<String> addressSubdivision()
State or subdivision of address. In the US, this should be the unabbreviated name of the state. Not all international addresses use this attribute.
-
birthDate
final Optional<LocalDate> birthDate()
Birth date of the individual. In ISO 8601 format, YYYY-MM-DD.
-
middleName
final Optional<String> middleName()
Middle name of the user
-
taxIdNumber
final Optional<String> taxIdNumber()
ID number of the official tax document of the country the entity belongs to.
-
_addressCountryCode
final JsonField<String> _addressCountryCode()
Returns the raw JSON value of addressCountryCode.
Unlike addressCountryCode, this method doesn't throw if the JSON field has an unexpected type.
-
_countryCode
final JsonField<String> _countryCode()
Returns the raw JSON value of countryCode.
Unlike countryCode, this method doesn't throw if the JSON field has an unexpected type.
-
_lastName
final JsonField<String> _lastName()
Returns the raw JSON value of lastName.
Unlike lastName, this method doesn't throw if the JSON field has an unexpected type.
-
_addressCity
final JsonField<String> _addressCity()
Returns the raw JSON value of addressCity.
Unlike addressCity, this method doesn't throw if the JSON field has an unexpected type.
-
_addressPostalCode
final JsonField<String> _addressPostalCode()
Returns the raw JSON value of addressPostalCode.
Unlike addressPostalCode, this method doesn't throw if the JSON field has an unexpected type.
-
_addressStreet1
final JsonField<String> _addressStreet1()
Returns the raw JSON value of addressStreet1.
Unlike addressStreet1, this method doesn't throw if the JSON field has an unexpected type.
-
_addressStreet2
final JsonField<String> _addressStreet2()
Returns the raw JSON value of addressStreet2.
Unlike addressStreet2, this method doesn't throw if the JSON field has an unexpected type.
-
_addressSubdivision
final JsonField<String> _addressSubdivision()
Returns the raw JSON value of addressSubdivision.
Unlike addressSubdivision, this method doesn't throw if the JSON field has an unexpected type.
-
_birthDate
final JsonField<LocalDate> _birthDate()
Returns the raw JSON value of birthDate.
Unlike birthDate, this method doesn't throw if the JSON field has an unexpected type.
-
_email
final JsonField<String> _email()
Returns the raw JSON value of email.
Unlike email, this method doesn't throw if the JSON field has an unexpected type.
-
_firstName
final JsonField<String> _firstName()
Returns the raw JSON value of firstName.
Unlike firstName, this method doesn't throw if the JSON field has an unexpected type.
-
_middleName
final JsonField<String> _middleName()
Returns the raw JSON value of middleName.
Unlike middleName, this method doesn't throw if the JSON field has an unexpected type.
-
_taxIdNumber
final JsonField<String> _taxIdNumber()
Returns the raw JSON value of taxIdNumber.
Unlike taxIdNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BaselineKycCheckData.Builder toBuilder()
-
validate
final BaselineKycCheckData validate()
-
builder
final static BaselineKycCheckData.Builder builder()
Returns a mutable builder for constructing an instance of BaselineKycCheckData.
The following fields are required:
.addressCountryCode() .countryCode() .lastName()
-
-
-
-