Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters
public static class PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAccountSubcategory
(PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory element) Add an element to `accountSubcategories` list.addAllAccountSubcategory
(List<PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory> elements) Add all elements to `accountSubcategories` list.build()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters build()Finalize and obtain parameter instance from this builder. -
addAccountSubcategory
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder addAccountSubcategory(PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory element) Add an element to `accountSubcategories` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.accountSubcategories
for the field documentation. -
addAllAccountSubcategory
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder addAllAccountSubcategory(List<PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.AccountSubcategory> elements) Add all elements to `accountSubcategories` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.accountSubcategories
for the field documentation. -
putExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.extraParams
for the field documentation.
-