Class Session.Filters
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Filters
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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.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.Methods inherited from class com.stripe.model.StripeObject
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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-