Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
- Enclosing class:
- SessionCreateParams.PaymentMethodOptions.UsBankAccount
public static class SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
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.List of data features that you would like to retrieve upon account creation.
-
Method Details
-
builder
public static SessionCreateParams.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<SessionCreateParams.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<SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.Prefetch> getPrefetch()List of data features that you would like to retrieve upon account creation.
-