Package com.stripe.param
Class SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
java.lang.Object
com.stripe.param.SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
public static class SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllPermission
(List<SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission> elements) Add all elements to `permissions` list.addAllPrefetch
(List<SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch> elements) Add all elements to `prefetch` list.addPermission
(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission element) Add an element to `permissions` list.addPrefetch
(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch element) Add an element to `prefetch` 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.setFilters
(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters filters) Provide filters for the linked accounts that the customer can select for the payment method.setReturnUrl
(String returnUrl) For webview integrations only.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.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. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.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. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.extraParams
for the field documentation. -
setFilters
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder setFilters(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters filters) Provide filters for the linked accounts that the customer can select for the payment method. -
addPermission
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addPermission(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission element) Add an element to `permissions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.permissions
for the field documentation. -
addAllPermission
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addAllPermission(List<SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission> elements) Add all elements to `permissions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.permissions
for the field documentation. -
addPrefetch
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addPrefetch(SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch element) Add an element to `prefetch` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.prefetch
for the field documentation. -
addAllPrefetch
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addAllPrefetch(List<SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch> elements) Add all elements to `prefetch` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeSetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.prefetch
for the field documentation. -
setReturnUrl
public SetupIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder setReturnUrl(String returnUrl) For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
-