Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
- Enclosing class:
PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount
public static class PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.The list of permissions to request.For webview integrations only.
-
Method Details
-
builder
public static PaymentIntentConfirmParams.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. -
getPermissions
public List<PaymentIntentConfirmParams.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
. -
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.
-