Class Session.Filters
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Filters
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about Filters, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Restricts the Session to subcategories of accounts that can be linked.List of countries from which to filter accounts.Stripe ID of the institution with which the customer should be directed to log in.int
hashCode()
void
setAccountSubcategories
(List<String> accountSubcategories) Restricts the Session to subcategories of accounts that can be linked.void
setCountries
(List<String> countries) List of countries from which to filter accounts.void
setInstitution
(String institution) Stripe ID of the institution with which the customer should be directed to log in.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Filters
public Filters()
-
-
Method Details
-
getAccountSubcategories
Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are:checking
,savings
,mortgage
,line_of_credit
,credit_card
. -
getCountries
List of countries from which to filter accounts. -
getInstitution
Stripe ID of the institution with which the customer should be directed to log in. -
setAccountSubcategories
Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are:checking
,savings
,mortgage
,line_of_credit
,credit_card
. -
setCountries
List of countries from which to filter accounts. -
setInstitution
Stripe ID of the institution with which the customer should be directed to log in. -
equals
-
canEqual
-
hashCode
public int hashCode()
-