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 Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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()
-