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
-
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
getType()
The specified behavior after the purchase is complete.int
hashCode()
void
setHostedConfirmation
(PaymentLink.AfterCompletion.HostedConfirmation hostedConfirmation) void
void
The specified behavior after the purchase is complete.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AfterCompletion
public AfterCompletion()
-
-
Method Details
-
getHostedConfirmation
-
getRedirect
-
getType
The specified behavior after the purchase is complete.One of
hosted_confirmation
, orredirect
. -
setHostedConfirmation
public void setHostedConfirmation(PaymentLink.AfterCompletion.HostedConfirmation hostedConfirmation) -
setRedirect
-
setType
The specified behavior after the purchase is complete.One of
hosted_confirmation
, orredirect
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-