Class IdentityVerificationWithDetailsPiiBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsPiiBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-24T21:40:38.997025Z[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
-
setName
public void setName(IdentityVerificationWithDetailsPiiNameBankModel name)
-
address
public IdentityVerificationWithDetailsPiiBankModel address(IdentityVerificationWithDetailsPiiAddressBankModel address)
-
getAddress
@Nullable public IdentityVerificationWithDetailsPiiAddressBankModel getAddress()
Get address- Returns:
- 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
-
setDateOfBirth
public void setDateOfBirth(LocalDate dateOfBirth)
-
phoneNumber
public IdentityVerificationWithDetailsPiiBankModel phoneNumber(String phoneNumber)
-
getPhoneNumber
@Nullable public String getPhoneNumber()
The attested phone number.- Returns:
- phoneNumber
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
emailAddress
public IdentityVerificationWithDetailsPiiBankModel emailAddress(String emailAddress)
-
getEmailAddress
@Nullable public String getEmailAddress()
The attested email address.- Returns:
- emailAddress
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
-