Class IdentityVerificationBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-02T15:24:17.569466Z[Etc/UTC]") public class IdentityVerificationBankModel extends Object
IdentityVerificationBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_FAILURE_CODESstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_METHODstatic StringJSON_PROPERTY_OUTCOMEstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_UPDATED_ATstatic StringJSON_PROPERTY_VERIFICATION_CHECKS
-
Constructor Summary
Constructors Constructor Description IdentityVerificationBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityVerificationBankModeladdFailureCodesItem(String failureCodesItem)IdentityVerificationBankModeladdVerificationChecksItem(VerificationCheckBankModel verificationChecksItem)IdentityVerificationBankModelcreatedAt(OffsetDateTime createdAt)IdentityVerificationBankModelcustomerGuid(String customerGuid)booleanequals(Object o)IdentityVerificationBankModelfailureCodes(List<String> failureCodes)OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetCustomerGuid()The identity verification's identifier.List<String>getFailureCodes()The reason codes explaining the outcome.StringgetGuid()Auto-generated unique identifier for the identity verification.StringgetMethod()The identity verification method; one of business_registration, id_and_selfie, tax_id_and_selfie, attested, plaid_identity_match, or document_submission.StringgetOutcome()The identity verification outcome; one of passed or failed.StringgetState()The identity verification state; one of storing, waiting, expired, or completed.StringgetType()The identity verification type; one of kyc or bank_account.OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.List<VerificationCheckBankModel>getVerificationChecks()The checks associated with the identity verification.IdentityVerificationBankModelguid(String guid)inthashCode()IdentityVerificationBankModelmethod(String method)IdentityVerificationBankModeloutcome(String outcome)voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerGuid(String customerGuid)voidsetFailureCodes(List<String> failureCodes)voidsetGuid(String guid)voidsetMethod(String method)voidsetOutcome(String outcome)voidsetState(String state)voidsetType(String type)voidsetUpdatedAt(OffsetDateTime updatedAt)voidsetVerificationChecks(List<VerificationCheckBankModel> verificationChecks)IdentityVerificationBankModelstate(String state)StringtoString()IdentityVerificationBankModeltype(String type)IdentityVerificationBankModelupdatedAt(OffsetDateTime updatedAt)IdentityVerificationBankModelverificationChecks(List<VerificationCheckBankModel> verificationChecks)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_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_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_VERIFICATION_CHECKS
public static final String JSON_PROPERTY_VERIFICATION_CHECKS
- 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)
-
customerGuid
public IdentityVerificationBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The identity verification's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
type
public IdentityVerificationBankModel type(String type)
-
getType
@Nullable public String getType()
The identity verification type; one of kyc or bank_account.- 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 business_registration, id_and_selfie, tax_id_and_selfie, attested, plaid_identity_match, or document_submission.- 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)
-
state
public IdentityVerificationBankModel state(String state)
-
getState
@Nullable public String getState()
The identity verification state; one of storing, waiting, 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
-
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
-
verificationChecks
public IdentityVerificationBankModel verificationChecks(List<VerificationCheckBankModel> verificationChecks)
-
addVerificationChecksItem
public IdentityVerificationBankModel addVerificationChecksItem(VerificationCheckBankModel verificationChecksItem)
-
getVerificationChecks
@Nullable public List<VerificationCheckBankModel> getVerificationChecks()
The checks associated with the identity verification.- Returns:
- verificationChecks
-
setVerificationChecks
public void setVerificationChecks(List<VerificationCheckBankModel> verificationChecks)
-
-