Class IdentityVerificationWithDetailsPiiBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsPiiBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-01T18:30:12.453283Z[Etc/UTC]") public class IdentityVerificationWithDetailsPiiBankModel extends Object
The personally identifiable information associated with the identity verification.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ADDRESSstatic StringJSON_PROPERTY_DATE_OF_BIRTHstatic StringJSON_PROPERTY_EMAIL_ADDRESSstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PHONE_NUMBER
-
Constructor Summary
Constructors Constructor Description IdentityVerificationWithDetailsPiiBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ADDRESS
public static final String JSON_PROPERTY_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATE_OF_BIRTH
public static final String JSON_PROPERTY_DATE_OF_BIRTH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PHONE_NUMBER
public static final String JSON_PROPERTY_PHONE_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL_ADDRESS
public static final String JSON_PROPERTY_EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IdentityVerificationWithDetailsPiiBankModel name(IdentityVerificationWithDetailsPiiNameBankModel name)
-
getName
@Nullable public IdentityVerificationWithDetailsPiiNameBankModel getName()
Get name- Returns:
- name
-
getName_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiNameBankModel> getName_JsonNullable()
-
setName_JsonNullable
public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiNameBankModel> name)
-
setName
public void setName(IdentityVerificationWithDetailsPiiNameBankModel name)
-
address
public IdentityVerificationWithDetailsPiiBankModel address(IdentityVerificationWithDetailsPiiAddressBankModel address)
-
getAddress
@Nullable public IdentityVerificationWithDetailsPiiAddressBankModel getAddress()
Get address- Returns:
- address
-
getAddress_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiAddressBankModel> getAddress_JsonNullable()
-
setAddress_JsonNullable
public void setAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiAddressBankModel> address)
-
setAddress
public void setAddress(IdentityVerificationWithDetailsPiiAddressBankModel address)
-
dateOfBirth
public IdentityVerificationWithDetailsPiiBankModel dateOfBirth(LocalDate dateOfBirth)
-
getDateOfBirth
@Nullable public LocalDate getDateOfBirth()
The attested date of birth.- Returns:
- dateOfBirth
-
getDateOfBirth_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<LocalDate> getDateOfBirth_JsonNullable()
-
setDateOfBirth_JsonNullable
public void setDateOfBirth_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LocalDate> dateOfBirth)
-
setDateOfBirth
public void setDateOfBirth(LocalDate dateOfBirth)
-
phoneNumber
public IdentityVerificationWithDetailsPiiBankModel phoneNumber(String phoneNumber)
-
getPhoneNumber
@Nullable public String getPhoneNumber()
The attested phone number.- Returns:
- phoneNumber
-
getPhoneNumber_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getPhoneNumber_JsonNullable()
-
setPhoneNumber_JsonNullable
public void setPhoneNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> phoneNumber)
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
emailAddress
public IdentityVerificationWithDetailsPiiBankModel emailAddress(String emailAddress)
-
getEmailAddress
@Nullable public String getEmailAddress()
The attested email address.- Returns:
- emailAddress
-
getEmailAddress_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getEmailAddress_JsonNullable()
-
setEmailAddress_JsonNullable
public void setEmailAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> emailAddress)
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
-