Class IdentityVerificationWithDetailsBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-10T18:47:25.992473Z[Etc/UTC]") public class IdentityVerificationWithDetailsBankModel extends Object
IdentityVerificationWithDetailsBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPLIANCE_CHECKSstatic StringJSON_PROPERTY_COMPLIANCE_DECISIONSstatic StringJSON_PROPERTY_COUNTERPARTY_GUIDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUIDstatic StringJSON_PROPERTY_FAILURE_CODESstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_METHODstatic StringJSON_PROPERTY_OUTCOMEstatic StringJSON_PROPERTY_PERSONA_INQUIRY_IDstatic StringJSON_PROPERTY_PERSONA_STATEstatic StringJSON_PROPERTY_PIIstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description IdentityVerificationWithDetailsBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_METHOD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTERPARTY_GUID
public static final String JSON_PROPERTY_COUNTERPARTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUID
public static final String JSON_PROPERTY_EXTERNAL_BANK_ACCOUNT_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OUTCOME
public static final String JSON_PROPERTY_OUTCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODES
public static final String JSON_PROPERTY_FAILURE_CODES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLIANCE_CHECKS
public static final String JSON_PROPERTY_COMPLIANCE_CHECKS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLIANCE_DECISIONS
public static final String JSON_PROPERTY_COMPLIANCE_DECISIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PERSONA_INQUIRY_ID
public static final String JSON_PROPERTY_PERSONA_INQUIRY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PERSONA_STATE
public static final String JSON_PROPERTY_PERSONA_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PII
public static final String JSON_PROPERTY_PII
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public IdentityVerificationWithDetailsBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the identity verification.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
type
public IdentityVerificationWithDetailsBankModel type(String type)
-
getType
@Nullable public String getType()
The identity verification type; one of kyc, bank_account, or counterparty.- Returns:
- type
-
setType
public void setType(String type)
-
method
public IdentityVerificationWithDetailsBankModel method(String method)
-
getMethod
@Nullable public String getMethod()
The identity verification method; one of attested, document_submission, id_and_selfie, tax_id_and_selfie, business_registration, plaid_identity_match, attested_ownership, account_ownership, or watchlists.- Returns:
- method
-
setMethod
public void setMethod(String method)
-
createdAt
public IdentityVerificationWithDetailsBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public IdentityVerificationWithDetailsBankModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
customerGuid
public IdentityVerificationWithDetailsBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The identity verification's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
counterpartyGuid
public IdentityVerificationWithDetailsBankModel counterpartyGuid(String counterpartyGuid)
-
getCounterpartyGuid
@Nullable public String getCounterpartyGuid()
The identity verification's identifier.- Returns:
- counterpartyGuid
-
setCounterpartyGuid
public void setCounterpartyGuid(String counterpartyGuid)
-
externalBankAccountGuid
public IdentityVerificationWithDetailsBankModel externalBankAccountGuid(String externalBankAccountGuid)
-
getExternalBankAccountGuid
@Nullable public String getExternalBankAccountGuid()
The identity verification's identifier.- Returns:
- externalBankAccountGuid
-
setExternalBankAccountGuid
public void setExternalBankAccountGuid(String externalBankAccountGuid)
-
state
public IdentityVerificationWithDetailsBankModel state(String state)
-
getState
@Nullable public String getState()
The identity verification state; one of storing, waiting, pending, reviewing, expired, or completed.- Returns:
- state
-
setState
public void setState(String state)
-
outcome
public IdentityVerificationWithDetailsBankModel outcome(String outcome)
-
getOutcome
@Nullable public String getOutcome()
The identity verification outcome; one of passed or failed.- Returns:
- outcome
-
setOutcome
public void setOutcome(String outcome)
-
failureCodes
public IdentityVerificationWithDetailsBankModel failureCodes(List<String> failureCodes)
-
addFailureCodesItem
public IdentityVerificationWithDetailsBankModel addFailureCodesItem(String failureCodesItem)
-
getFailureCodes
@Nullable public List<String> getFailureCodes()
The reason codes explaining the outcome.- Returns:
- failureCodes
-
complianceChecks
public IdentityVerificationWithDetailsBankModel complianceChecks(List<ComplianceCheckBankModel> complianceChecks)
-
addComplianceChecksItem
public IdentityVerificationWithDetailsBankModel addComplianceChecksItem(ComplianceCheckBankModel complianceChecksItem)
-
getComplianceChecks
@Nullable public List<ComplianceCheckBankModel> getComplianceChecks()
The compliance checks associated with the identity verification.- Returns:
- complianceChecks
-
setComplianceChecks
public void setComplianceChecks(List<ComplianceCheckBankModel> complianceChecks)
-
complianceDecisions
public IdentityVerificationWithDetailsBankModel complianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)
-
addComplianceDecisionsItem
public IdentityVerificationWithDetailsBankModel addComplianceDecisionsItem(ComplianceDecisionBankModel complianceDecisionsItem)
-
getComplianceDecisions
@Nullable public List<ComplianceDecisionBankModel> getComplianceDecisions()
The compliance decisions associated with the identity verification.- Returns:
- complianceDecisions
-
setComplianceDecisions
public void setComplianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)
-
personaInquiryId
public IdentityVerificationWithDetailsBankModel personaInquiryId(String personaInquiryId)
-
getPersonaInquiryId
@Nullable public String getPersonaInquiryId()
The Persona identifier of the backing inquiry.- Returns:
- personaInquiryId
-
setPersonaInquiryId
public void setPersonaInquiryId(String personaInquiryId)
-
personaState
public IdentityVerificationWithDetailsBankModel personaState(String personaState)
-
getPersonaState
@Nullable public String getPersonaState()
The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown.- Returns:
- personaState
-
setPersonaState
public void setPersonaState(String personaState)
-
pii
public IdentityVerificationWithDetailsBankModel pii(IdentityVerificationWithDetailsPiiBankModel pii)
-
getPii
@Nullable public IdentityVerificationWithDetailsPiiBankModel getPii()
Get pii- Returns:
- pii
-
setPii
public void setPii(IdentityVerificationWithDetailsPiiBankModel pii)
-
-