Package com.stripe.model.billingportal
Class Session.Flow.AfterCompletion.HostedConfirmation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Session.Flow.AfterCompletion.HostedConfirmation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.Flow.AfterCompletion
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A custom message to display to the customer after the flow is completed.int
hashCode()
void
setCustomMessage
(String customMessage) A custom message to display to the customer after the flow is completed.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
HostedConfirmation
public HostedConfirmation()
-
-
Method Details