Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount
public static class PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.Provide filters for the linked accounts that the customer can select for the payment method.The list of permissions to request.List of data features that you would like to retrieve upon account creation.For webview integrations only.
-
Method Details
-
builder
public static PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Builder builder() -
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. -
getFilters
public PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters getFilters()Provide filters for the linked accounts that the customer can select for the payment method. -
getPermissions
public List<PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Permission> getPermissions()The list of permissions to request. If this parameter is passed, thepayment_method
permission must be included. Valid permissions include:balances
,ownership
,payment_method
, andtransactions
. -
getPrefetch
public List<PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch> getPrefetch()List of data features that you would like to retrieve upon account creation. -
getReturnUrl
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.
-