Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
public static class PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder
builder()
List<PaymentIntentUpdateParams.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.
-
Method Details
-
builder
-
getAccountSubcategories
public List<PaymentIntentUpdateParams.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.
-