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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about HostedConfirmation, please refer to the API Reference.static class
For more details about Redirect, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Configuration whenafter_completion.type=hosted_confirmation
.Configuration whenafter_completion.type=redirect
.getType()
The specified type of behavior after the flow is completed.int
hashCode()
void
setHostedConfirmation
(Session.Flow.AfterCompletion.HostedConfirmation hostedConfirmation) Configuration whenafter_completion.type=hosted_confirmation
.void
Configuration whenafter_completion.type=redirect
.void
The specified type of behavior after the flow is completed.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AfterCompletion
public AfterCompletion()
-
-
Method Details
-
getHostedConfirmation
Configuration whenafter_completion.type=hosted_confirmation
. -
getRedirect
Configuration whenafter_completion.type=redirect
. -
getType
The specified type of behavior after the flow is completed.One of
hosted_confirmation
,portal_homepage
, orredirect
. -
setHostedConfirmation
public void setHostedConfirmation(Session.Flow.AfterCompletion.HostedConfirmation hostedConfirmation) Configuration whenafter_completion.type=hosted_confirmation
. -
setRedirect
Configuration whenafter_completion.type=redirect
. -
setType
The specified type of behavior after the flow is completed.One of
hosted_confirmation
,portal_homepage
, orredirect
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-