Class IdentityVerificationBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-17T14:45:06.193679Z[Etc/UTC]") public class IdentityVerificationBankModel extends Object
IdentityVerificationBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static 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_STATEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description IdentityVerificationBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityVerificationBankModeladdComplianceDecisionsItem(ComplianceDecisionBankModel complianceDecisionsItem)IdentityVerificationBankModeladdFailureCodesItem(String failureCodesItem)IdentityVerificationBankModelcomplianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)IdentityVerificationBankModelcounterpartyGuid(String counterpartyGuid)IdentityVerificationBankModelcreatedAt(OffsetDateTime createdAt)IdentityVerificationBankModelcustomerGuid(String customerGuid)booleanequals(Object o)IdentityVerificationBankModelexternalBankAccountGuid(String externalBankAccountGuid)IdentityVerificationBankModelfailureCodes(List<String> failureCodes)List<ComplianceDecisionBankModel>getComplianceDecisions()The compliance decisions associated with the identity verification.StringgetCounterpartyGuid()The counterparty's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCounterpartyGuid_JsonNullable()OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetCustomerGuid()The customer's identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetExternalBankAccountGuid()The external bank account'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()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.IdentityVerificationBankModelguid(String guid)inthashCode()IdentityVerificationBankModelmethod(String method)IdentityVerificationBankModeloutcome(String outcome)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)voidsetState(String state)voidsetType(String type)voidsetUpdatedAt(OffsetDateTime updatedAt)IdentityVerificationBankModelstate(String state)StringtoString()IdentityVerificationBankModeltype(String type)IdentityVerificationBankModelupdatedAt(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_DECISIONS
public static final String JSON_PROPERTY_COMPLIANCE_DECISIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public IdentityVerificationBankModel 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 IdentityVerificationBankModel 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 IdentityVerificationBankModel 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 IdentityVerificationBankModel 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 IdentityVerificationBankModel 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 IdentityVerificationBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer'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 IdentityVerificationBankModel counterpartyGuid(String counterpartyGuid)
-
getCounterpartyGuid
@Nullable public String getCounterpartyGuid()
The counterparty'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 IdentityVerificationBankModel externalBankAccountGuid(String externalBankAccountGuid)
-
getExternalBankAccountGuid
@Nullable public String getExternalBankAccountGuid()
The external bank account'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 IdentityVerificationBankModel 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 IdentityVerificationBankModel 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 IdentityVerificationBankModel failureCodes(List<String> failureCodes)
-
addFailureCodesItem
public IdentityVerificationBankModel 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)
-
complianceDecisions
public IdentityVerificationBankModel complianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions)
-
addComplianceDecisionsItem
public IdentityVerificationBankModel 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)
-
-