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 booleanbooleanThe account subcategories to use to filter for possible accounts to link.The institution to use to filter for possible accounts to link.inthashCode()voidsetAccountSubcategories(List<String> accountSubcategories) The account subcategories to use to filter for possible accounts to link.voidsetInstitution(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 arecheckingandsavings. -
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 arecheckingandsavings. -
setInstitution
The institution to use to filter for possible accounts to link. -
equals
-
canEqual
-
hashCode
public int hashCode()
-