Enum Class PaymentLinkCreateParams.AfterCompletion.Type

java.lang.Object
java.lang.Enum<PaymentLinkCreateParams.AfterCompletion.Type>
com.stripe.param.PaymentLinkCreateParams.AfterCompletion.Type
All Implemented Interfaces:
ApiRequestParams.EnumParam, Serializable, Comparable<PaymentLinkCreateParams.AfterCompletion.Type>, Constable
Enclosing class:
PaymentLinkCreateParams.AfterCompletion

public static enum PaymentLinkCreateParams.AfterCompletion.Type extends Enum<PaymentLinkCreateParams.AfterCompletion.Type> implements ApiRequestParams.EnumParam
Required. The URL the customer will be redirected to after the purchase is complete. You can embed {CHECKOUT_SESSION_ID} into the URL to have the id of the completed checkout session included.