Class SetupIntent.NextActionRedirectToUrl

  • All Implemented Interfaces:
    StripeObjectInterface
    Enclosing class:
    SetupIntent

    public static class SetupIntent.NextActionRedirectToUrl
    extends StripeObject
    The URL for the hosted verification page, which allows customers to verify their bank account.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getReturnUrl()
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
      java.lang.String getUrl()
      The URL you must redirect your customer to in order to authenticate.
      int hashCode()  
      void setReturnUrl​(java.lang.String returnUrl)
      If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
      void setUrl​(java.lang.String url)
      The URL you must redirect your customer to in order to authenticate.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NextActionRedirectToUrl

        public NextActionRedirectToUrl()
    • Method Detail

      • getReturnUrl

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

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

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object