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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-