Class PaymentIntent.NextAction.RedirectToUrl

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.RedirectToUrl
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.NextAction

public static class PaymentIntent.NextAction.RedirectToUrl extends StripeObject
  • Constructor Details

    • RedirectToUrl

      public RedirectToUrl()
  • 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 the payment.
    • 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 the payment.
    • 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