Class ComplianceDecisionBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ComplianceDecisionBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-28T18:15:05.010053Z[Etc/UTC]") public class ComplianceDecisionBankModel extends Object
ComplianceDecisionBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FAILURE_CODESstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ComplianceDecisionBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplianceDecisionBankModeladdFailureCodesItem(String failureCodesItem)booleanequals(Object o)ComplianceDecisionBankModelfailureCodes(List<String> failureCodes)List<String>getFailureCodes()The reason codes explaining the outcome.org.openapitools.jackson.nullable.JsonNullable<List<String>>getFailureCodes_JsonNullable()StringgetState()The state of the verification check; one of passed, failed, expired, or invalidated.StringgetType()The type of verification check; one of business_watchlists, business_verification, business_tax_id_verification, business_attested, person_attested, person_tax_id_attested, person_watchlists, person_verification, person_authentication, person_gov_id_verification, person_tax_id_verification, external_bank_account_verification, or external_bank_account_attested.inthashCode()voidsetFailureCodes(List<String> failureCodes)voidsetFailureCodes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failureCodes)voidsetState(String state)voidsetType(String type)ComplianceDecisionBankModelstate(String state)StringtoString()ComplianceDecisionBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODES
public static final String JSON_PROPERTY_FAILURE_CODES
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ComplianceDecisionBankModel type(String type)
-
getType
@Nonnull public String getType()
The type of verification check; one of business_watchlists, business_verification, business_tax_id_verification, business_attested, person_attested, person_tax_id_attested, person_watchlists, person_verification, person_authentication, person_gov_id_verification, person_tax_id_verification, external_bank_account_verification, or external_bank_account_attested.- Returns:
- type
-
setType
public void setType(String type)
-
state
public ComplianceDecisionBankModel state(String state)
-
getState
@Nonnull public String getState()
The state of the verification check; one of passed, failed, expired, or invalidated.- Returns:
- state
-
setState
public void setState(String state)
-
failureCodes
public ComplianceDecisionBankModel failureCodes(List<String> failureCodes)
-
addFailureCodesItem
public ComplianceDecisionBankModel 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)
-
-