Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions.UsBankAccount
public static class PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections
extends StripeObject
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of permissions to request.Data features requested to be retrieved upon account creation.For webview integrations only.int
hashCode()
void
void
setPermissions
(List<String> permissions) The list of permissions to request.void
setPrefetch
(List<String> prefetch) Data features requested to be retrieved upon account creation.void
setReturnUrl
(String returnUrl) For webview integrations only.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialConnections
public FinancialConnections()
-
-
Method Details
-
getFilters
-
getPermissions
The list of permissions to request. Thepayment_method
permission must be included. -
getPrefetch
Data features requested to be retrieved 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. -
setFilters
public void setFilters(PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters filters) -
setPermissions
The list of permissions to request. Thepayment_method
permission must be included. -
setPrefetch
Data features requested to be retrieved upon account creation. -
setReturnUrl
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-