Class FinancialAccount.PlatformRestrictions

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

public static class FinancialAccount.PlatformRestrictions extends StripeObject
Restrictions that a Connect Platform has placed on this FinancialAccount.
  • Constructor Details

    • PlatformRestrictions

      public PlatformRestrictions()
  • Method Details

    • getInboundFlows

      public String getInboundFlows()
      Restricts all inbound money movement.

      One of restricted, or unrestricted.

    • getOutboundFlows

      public String getOutboundFlows()
      Restricts all outbound money movement.

      One of restricted, or unrestricted.

    • setInboundFlows

      public void setInboundFlows(String inboundFlows)
      Restricts all inbound money movement.

      One of restricted, or unrestricted.

    • setOutboundFlows

      public void setOutboundFlows(String outboundFlows)
      Restricts all outbound money movement.

      One of restricted, or unrestricted.

    • 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