Class Session.Limits

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Limits
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.Limits extends StripeObject
  • Constructor Details

    • Limits

      public Limits()
  • Method Details

    • getAccounts

      public Long getAccounts()
      The number of accounts that can be linked in this Session.
    • setAccounts

      public void setAccounts(Long accounts)
      The number of accounts that can be linked in this Session.
    • 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