Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
public static class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder
builder()
protected boolean
boolean
List<PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory>
The account subcategories to use to filter for selectable accounts.Map of extra parameters for custom features not available in this client library.ID of the institution to use to filter for selectable accounts.int
hashCode()
-
Method Details
-
builder
-
getAccountSubcategories
public List<PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory> getAccountSubcategories()The account subcategories to use to filter for selectable accounts. Valid subcategories arechecking
andsavings
. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getInstitution
ID of the institution to use to filter for selectable accounts. -
equals
-
canEqual
-
hashCode
public int hashCode()
-