Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
public static class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllPermission
(List<PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission> elements) Add all elements to `permissions` list.addAllPrefetch
(List<PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch> elements) Add all elements to `prefetch` list.addPermission
(PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission element) Add an element to `permissions` list.addPrefetch
(PaymentIntentConfirmParams.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
(PaymentIntentConfirmParams.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 PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.extraParams
for the field documentation. -
setFilters
public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder setFilters(PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters filters) Provide filters for the linked accounts that the customer can select for the payment method. -
addPermission
public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addPermission(PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.permissions
for the field documentation. -
addAllPermission
public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addAllPermission(List<PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.permissions
for the field documentation. -
addPrefetch
public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addPrefetch(PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.prefetch
for the field documentation. -
addAllPrefetch
public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder addAllPrefetch(List<PaymentIntentConfirmParams.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. SeePaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.prefetch
for the field documentation. -
setReturnUrl
public PaymentIntentConfirmParams.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.
-