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
For more details about FinancialConnections, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Filters, please refer to the API Reference.static classFor more details about ManualEntry, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list of permissions to request.Data features requested to be retrieved upon account creation.For webview integrations only.inthashCode()voidvoidsetManualEntry(PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.ManualEntry manualEntry) voidsetPermissions(List<String> permissions) The list of permissions to request.voidsetPrefetch(List<String> prefetch) Data features requested to be retrieved upon account creation.voidsetReturnUrl(String returnUrl) For webview integrations only.Methods inherited from class com.stripe.model.StripeObject
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_methodpermission 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_methodpermission 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()
-