Class ComplianceCheckBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-09-20T15:07:24.703527Z[Etc/UTC]")
    public class ComplianceCheckBankModel
    extends Object
    ComplianceCheckBankModel
    • Constructor Detail

      • ComplianceCheckBankModel

        public ComplianceCheckBankModel()
    • Method Detail

      • getType

        @Nonnull
        public String getType()
        The type of compliance check; one of business_watchlists, business_verification, business_tax_id_verification, 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)
      • 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)
      • getFailureCodes

        @Nullable
        public List<String> getFailureCodes()
        The reason codes explaining the outcome.
        Returns:
        failureCodes
      • setFailureCodes

        public void setFailureCodes​(List<String> failureCodes)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object