Package com.stripe.model
Class PaymentLink.AfterCompletion.HostedConfirmation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.AfterCompletion.HostedConfirmation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink.AfterCompletion
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The custom message that is displayed to the customer after the purchase is complete.int
hashCode()
void
setCustomMessage
(String customMessage) The custom message that is displayed to the customer after the purchase is complete.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
HostedConfirmation
public HostedConfirmation()
-
-
Method Details
-
getCustomMessage
The custom message that is displayed to the customer after the purchase is complete. -
setCustomMessage
The custom message that is displayed to the customer after the purchase is complete. -
equals
-
canEqual
-
hashCode
public int hashCode()
-