Package com.stripe.model
Class PaymentLink.AfterCompletion
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.AfterCompletion
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentLink
For more details about AfterCompletion, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about HostedConfirmation, please refer to the API Reference.static classFor more details about Redirect, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetType()The specified behavior after the purchase is complete.inthashCode()voidsetHostedConfirmation(PaymentLink.AfterCompletion.HostedConfirmation hostedConfirmation) voidvoidThe specified behavior after the purchase is complete.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AfterCompletionpublic AfterCompletion()
 
- 
- 
Method Details- 
getHostedConfirmation
- 
getRedirect
- 
getTypeThe specified behavior after the purchase is complete.One of hosted_confirmation, orredirect.
- 
setHostedConfirmationpublic void setHostedConfirmation(PaymentLink.AfterCompletion.HostedConfirmation hostedConfirmation) 
- 
setRedirect
- 
setTypeThe specified behavior after the purchase is complete.One of hosted_confirmation, orredirect.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-