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
  • Constructor Details

    • FinancialConnections

      public FinancialConnections()
  • Method Details

    • getPermissions

      public List<String> getPermissions()
      The list of permissions to request. The payment_method permission must be included.
    • getPrefetch

      public List<String> getPrefetch()
      Data features requested to be retrieved upon account creation.
    • getReturnUrl

      public String 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.
    • setPermissions

      public void setPermissions(List<String> permissions)
      The list of permissions to request. The payment_method permission must be included.
    • setPrefetch

      public void setPrefetch(List<String> prefetch)
      Data features requested to be retrieved upon account creation.
    • setReturnUrl

      public void setReturnUrl(String returnUrl)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object