Enum Class PaymentLinkUpdateParams.AfterCompletion.Type

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

public static enum PaymentLinkUpdateParams.AfterCompletion.Type extends Enum<PaymentLinkUpdateParams.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.