Class Session.Filters

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

public static class Session.Filters extends StripeObject
  • Constructor Details

    • Filters

      public Filters()
  • Method Details

    • getAccountSubcategories

      public List<String> getAccountSubcategories()
      Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: checking, savings, mortgage, line_of_credit, credit_card.
    • getCountries

      public List<String> getCountries()
      List of countries from which to filter accounts.
    • setAccountSubcategories

      public void setAccountSubcategories(List<String> accountSubcategories)
      Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: checking, savings, mortgage, line_of_credit, credit_card.
    • setCountries

      public void setCountries(List<String> countries)
      List of countries from which to filter accounts.
    • 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