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
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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
setManualEntry
(PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry manualEntry) 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, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialConnections
public FinancialConnections()
-
-
Method Details
-
getFilters
-
getManualEntry
public PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry getManualEntry() -
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) -
setManualEntry
public void setManualEntry(PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry manualEntry) -
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()
-