Class SetupIntent.NextActionRedirectToUrl

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.NextActionRedirectToUrl
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SetupIntent

public static class SetupIntent.NextActionRedirectToUrl extends StripeObject
The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.

One of amounts, or descriptor_code.

  • Constructor Details

    • NextActionRedirectToUrl

      public NextActionRedirectToUrl()
  • Method Details

    • getReturnUrl

      public String getReturnUrl()
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
    • getUrl

      public String getUrl()
      The URL you must redirect your customer to in order to authenticate.
    • setReturnUrl

      public void setReturnUrl(String returnUrl)
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
    • setUrl

      public void setUrl(String url)
      The URL you must redirect your customer to in order to authenticate.
    • 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