Class Configuration.LoginPage

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.LoginPage
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration

public static class Configuration.LoginPage extends StripeObject
The product ID.
  • Constructor Details

    • LoginPage

      public LoginPage()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      If true, a shareable url will be generated that will take your customers to a hosted login page for the customer portal.

      If false, the previously generated url, if any, will be deactivated.

    • getUrl

      public String getUrl()
      A shareable URL to the hosted portal login page. Your customers will be able to log in with their email and receive a link to their customer portal.
    • setEnabled

      public void setEnabled(Boolean enabled)
      If true, a shareable url will be generated that will take your customers to a hosted login page for the customer portal.

      If false, the previously generated url, if any, will be deactivated.

    • setUrl

      public void setUrl(String url)
      A shareable URL to the hosted portal login page. Your customers will be able to log in with their email and receive a link to their customer portal.
    • 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