Class FinancialAccountFeatures.DepositInsurance

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccountFeatures.DepositInsurance
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccountFeatures

public static class FinancialAccountFeatures.DepositInsurance extends StripeObject
Toggle settings for enabling/disabling a feature.
  • Constructor Details

    • DepositInsurance

      public DepositInsurance()
  • Method Details

    • getRequested

      public Boolean getRequested()
      Whether the FinancialAccount should have the Feature.
    • getStatus

      public String getStatus()
      Whether the Feature is operational.

      One of active, pending, or restricted.

    • getStatusDetails

      Additional details; includes at least one entry when the status is not active.
    • setRequested

      public void setRequested(Boolean requested)
      Whether the FinancialAccount should have the Feature.
    • setStatus

      public void setStatus(String status)
      Whether the Feature is operational.

      One of active, pending, or restricted.

    • setStatusDetails

      public void setStatusDetails(List<FinancialAccountFeatures.DepositInsurance.StatusDetail> statusDetails)
      Additional details; includes at least one entry when the status is not active.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object