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 booleanbooleanRestricts the Session to subcategories of accounts that can be linked.List of countries from which to filter accounts.Whether the Session should require that linked accounts support payments and retrieve account numbers before completion.inthashCode()voidsetAccountSubcategories(List<String> accountSubcategories) Restricts the Session to subcategories of accounts that can be linked.voidsetCountries(List<String> countries) List of countries from which to filter accounts.voidsetRequirePaymentMethodSupport(String requirePaymentMethodSupport) Whether the Session should require that linked accounts support payments and retrieve account numbers before completion.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
getRequirePaymentMethodSupport
Whether the Session should require that linked accounts support payments and retrieve account numbers before completion.One of
all,at_least_one, ornone. -
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. -
setRequirePaymentMethodSupport
Whether the Session should require that linked accounts support payments and retrieve account numbers before completion.One of
all,at_least_one, ornone. -
equals
-
canEqual
-
hashCode
public int hashCode()
-