Package com.stripe.model.billingportal
Class Configuration.LoginPage
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.LoginPage
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration
For more details about LoginPage, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIftrue, a shareableurlwill be generated that will take your customers to a hosted login page for the customer portal.getUrl()A shareable URL to the hosted portal login page.inthashCode()voidsetEnabled(Boolean enabled) Iftrue, a shareableurlwill be generated that will take your customers to a hosted login page for the customer portal.voidA shareable URL to the hosted portal login page.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LoginPage
public LoginPage()
-
-
Method Details
-
getEnabled
Iftrue, a shareableurlwill be generated that will take your customers to a hosted login page for the customer portal.If
false, the previously generatedurl, if any, will be deactivated. -
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
Iftrue, a shareableurlwill be generated that will take your customers to a hosted login page for the customer portal.If
false, the previously generatedurl, if any, will be deactivated. -
setUrl
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
-
canEqual
-
hashCode
public int hashCode()
-