Class IdentityVerificationWithDetailsBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-17T14:45:06.193679Z[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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityVerificationWithDetailsBankModeladdComplianceChecksItem(ComplianceCheckBankModel complianceChecksItem)IdentityVerificationWithDetailsBankModeladdComplianceDecisionsItem(ComplianceDecisionBankModel complianceDecisionsItem)IdentityVerificationWithDetailsBankModeladdFailureCodesItem(String failureCodesItem)IdentityVerificationWithDetailsBankModelcomplianceChecks(List<ComplianceCheckBankModel> complianceChecks)IdentityVerificationWithDetailsBankModelcomplianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)IdentityVerificationWithDetailsBankModelcounterpartyGuid(String counterpartyGuid)IdentityVerificationWithDetailsBankModelcreatedAt(OffsetDateTime createdAt)IdentityVerificationWithDetailsBankModelcustomerGuid(String customerGuid)booleanequals(Object o)IdentityVerificationWithDetailsBankModelexternalBankAccountGuid(String externalBankAccountGuid)IdentityVerificationWithDetailsBankModelfailureCodes(List<String> failureCodes)List<ComplianceCheckBankModel>getComplianceChecks()The compliance checks associated with the identity verification.List<ComplianceDecisionBankModel>getComplianceDecisions()The compliance decisions associated with the identity verification.StringgetCounterpartyGuid()The identity verification's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCounterpartyGuid_JsonNullable()OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetCustomerGuid()The identity verification's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetExternalBankAccountGuid()The identity verification's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getExternalBankAccountGuid_JsonNullable()List<String>getFailureCodes()The reason codes explaining the outcome.org.openapitools.jackson.nullable.JsonNullable<List<String>>getFailureCodes_JsonNullable()StringgetGuid()Auto-generated unique identifier for the identity verification.StringgetMethod()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.StringgetOutcome()The identity verification outcome; one of passed or failed.org.openapitools.jackson.nullable.JsonNullable<String>getOutcome_JsonNullable()StringgetPersonaInquiryId()The Persona identifier of the backing inquiry.org.openapitools.jackson.nullable.JsonNullable<String>getPersonaInquiryId_JsonNullable()StringgetPersonaState()The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown.org.openapitools.jackson.nullable.JsonNullable<String>getPersonaState_JsonNullable()IdentityVerificationWithDetailsPiiBankModelgetPii()Get piiorg.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel>getPii_JsonNullable()StringgetState()The identity verification state; one of storing, waiting, pending, reviewing, expired, or completed.StringgetType()The identity verification type; one of kyc, bank_account, or counterparty.OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.IdentityVerificationWithDetailsBankModelguid(String guid)inthashCode()IdentityVerificationWithDetailsBankModelmethod(String method)IdentityVerificationWithDetailsBankModeloutcome(String outcome)IdentityVerificationWithDetailsBankModelpersonaInquiryId(String personaInquiryId)IdentityVerificationWithDetailsBankModelpersonaState(String personaState)IdentityVerificationWithDetailsBankModelpii(IdentityVerificationWithDetailsPiiBankModel pii)voidsetComplianceChecks(List<ComplianceCheckBankModel> complianceChecks)voidsetComplianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)voidsetCounterpartyGuid(String counterpartyGuid)voidsetCounterpartyGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> counterpartyGuid)voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetExternalBankAccountGuid(String externalBankAccountGuid)voidsetExternalBankAccountGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalBankAccountGuid)voidsetFailureCodes(List<String> failureCodes)voidsetFailureCodes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failureCodes)voidsetGuid(String guid)voidsetMethod(String method)voidsetOutcome(String outcome)voidsetOutcome_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> outcome)voidsetPersonaInquiryId(String personaInquiryId)voidsetPersonaInquiryId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> personaInquiryId)voidsetPersonaState(String personaState)voidsetPersonaState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> personaState)voidsetPii(IdentityVerificationWithDetailsPiiBankModel pii)voidsetPii_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel> pii)voidsetState(String state)voidsetType(String type)voidsetUpdatedAt(OffsetDateTime updatedAt)IdentityVerificationWithDetailsBankModelstate(String state)StringtoString()IdentityVerificationWithDetailsBankModeltype(String type)IdentityVerificationWithDetailsBankModelupdatedAt(OffsetDateTime updatedAt)
-
-
-
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
-
getCustomerGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
-
setCustomerGuid_JsonNullable
public void setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> 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
-
getCounterpartyGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCounterpartyGuid_JsonNullable()
-
setCounterpartyGuid_JsonNullable
public void setCounterpartyGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> 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
-
getExternalBankAccountGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getExternalBankAccountGuid_JsonNullable()
-
setExternalBankAccountGuid_JsonNullable
public void setExternalBankAccountGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> 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
-
getOutcome_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getOutcome_JsonNullable()
-
setOutcome_JsonNullable
public void setOutcome_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> 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
-
getFailureCodes_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getFailureCodes_JsonNullable()
-
setFailureCodes_JsonNullable
public void setFailureCodes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> 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
-
getPersonaInquiryId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getPersonaInquiryId_JsonNullable()
-
setPersonaInquiryId_JsonNullable
public void setPersonaInquiryId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> 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
-
getPersonaState_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getPersonaState_JsonNullable()
-
setPersonaState_JsonNullable
public void setPersonaState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> personaState)
-
setPersonaState
public void setPersonaState(String personaState)
-
pii
public IdentityVerificationWithDetailsBankModel pii(IdentityVerificationWithDetailsPiiBankModel pii)
-
getPii
@Nullable public IdentityVerificationWithDetailsPiiBankModel getPii()
Get pii- Returns:
- pii
-
getPii_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel> getPii_JsonNullable()
-
setPii_JsonNullable
public void setPii_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel> pii)
-
setPii
public void setPii(IdentityVerificationWithDetailsPiiBankModel pii)
-
-