Class FinancialAccountFeatures.PlatformRestriction

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

public static class FinancialAccountFeatures.PlatformRestriction extends StripeObject
The platform_restrictions that are restricting this Feature.

One of inbound_flows, or outbound_flows.

  • Constructor Details

    • PlatformRestriction

      public PlatformRestriction()
  • Method Details

    • getInboundFlows

      public String getInboundFlows()
    • getOutboundFlows

      public String getOutboundFlows()
    • setInboundFlows

      public void setInboundFlows(String inboundFlows)
    • setOutboundFlows

      public void setOutboundFlows(String outboundFlows)
    • 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