Package com.stripe.model.billingportal
Class Session.Flow.AfterCompletion
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Session.Flow.AfterCompletion
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Session.Flow
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 booleanbooleanConfiguration whenafter_completion.type=hosted_confirmation.Configuration whenafter_completion.type=redirect.getType()The specified type of behavior after the flow is completed.inthashCode()voidsetHostedConfirmation(Session.Flow.AfterCompletion.HostedConfirmation hostedConfirmation) Configuration whenafter_completion.type=hosted_confirmation.voidConfiguration whenafter_completion.type=redirect.voidThe specified type of behavior after the flow is completed.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AfterCompletionpublic AfterCompletion()
 
- 
- 
Method Details- 
getHostedConfirmationConfiguration whenafter_completion.type=hosted_confirmation.
- 
getRedirectConfiguration whenafter_completion.type=redirect.
- 
getTypeThe specified type of behavior after the flow is completed.One of hosted_confirmation,portal_homepage, orredirect.
- 
setHostedConfirmationpublic void setHostedConfirmation(Session.Flow.AfterCompletion.HostedConfirmation hostedConfirmation) Configuration whenafter_completion.type=hosted_confirmation.
- 
setRedirectConfiguration whenafter_completion.type=redirect.
- 
setTypeThe specified type of behavior after the flow is completed.One of hosted_confirmation,portal_homepage, orredirect.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-