Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
- All Implemented Interfaces:
StripeObjectInterface
public static class PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
extends StripeObject
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
The account subcategories to use to filter for possible accounts to link.The institution to use to filter for possible accounts to link.int
hashCode()
void
setAccountSubcategories
(List<String> accountSubcategories) The account subcategories to use to filter for possible accounts to link.void
setInstitution
(String institution) The institution to use to filter for possible accounts to link.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
The account subcategories to use to filter for possible accounts to link. Valid subcategories arechecking
andsavings
. -
getInstitution
The institution to use to filter for possible accounts to link. -
setAccountSubcategories
The account subcategories to use to filter for possible accounts to link. Valid subcategories arechecking
andsavings
. -
setInstitution
The institution to use to filter for possible accounts to link. -
equals
-
canEqual
-
hashCode
public int hashCode()
-