Class FinancialAccountFeatures.OutboundPayments.Ach

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

public static class FinancialAccountFeatures.OutboundPayments.Ach extends StripeObject
Toggle settings for enabling/disabling an ACH specific feature.
  • Constructor Details

    • Ach

      public Ach()
  • 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.OutboundPayments.Ach.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