Class ComplianceCheckBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ComplianceCheckBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-16T11:15:49.185959Z[Etc/UTC]") public class ComplianceCheckBankModel extends Object
ComplianceCheckBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FAILURE_CODESstatic StringJSON_PROPERTY_OUTCOMEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ComplianceCheckBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplianceCheckBankModeladdFailureCodesItem(String failureCodesItem)booleanequals(Object o)ComplianceCheckBankModelfailureCodes(List<String> failureCodes)List<String>getFailureCodes()The reason codes explaining the outcome.org.openapitools.jackson.nullable.JsonNullable<List<String>>getFailureCodes_JsonNullable()StringgetOutcome()The outcome of the compliance check; one of passed, failed, or inconclusive.StringgetType()The type of compliance 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()ComplianceCheckBankModeloutcome(String outcome)voidsetFailureCodes(List<String> failureCodes)voidsetFailureCodes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failureCodes)voidsetOutcome(String outcome)voidsetType(String type)StringtoString()ComplianceCheckBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- 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
-
-
Method Detail
-
type
public ComplianceCheckBankModel type(String type)
-
getType
@Nonnull public String getType()
The type of compliance 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)
-
outcome
public ComplianceCheckBankModel outcome(String outcome)
-
getOutcome
@Nonnull public String getOutcome()
The outcome of the compliance check; one of passed, failed, or inconclusive.- Returns:
- outcome
-
setOutcome
public void setOutcome(String outcome)
-
failureCodes
public ComplianceCheckBankModel failureCodes(List<String> failureCodes)
-
addFailureCodesItem
public ComplianceCheckBankModel 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)
-
-