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
The product ID.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Iftrue
, a shareableurl
will 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.int
hashCode()
void
setEnabled
(Boolean enabled) Iftrue
, a shareableurl
will be generated that will take your customers to a hosted login page for the customer portal.void
A shareable URL to the hosted portal login page.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LoginPage
public LoginPage()
-
-
Method Details
-
getEnabled
Iftrue
, a shareableurl
will 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 shareableurl
will 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()
-