Stripe.Params.PaymentLinkUpdateParams.AfterCompletion
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.PaymentLinkUpdateParams.AfterCompletion{ hosted_confirmation: Stripe.Params.PaymentLinkUpdateParams.AfterCompletion.HostedConfirmation.t() | nil, redirect: Stripe.Params.PaymentLinkUpdateParams.AfterCompletion.Redirect.t() | nil, type: String.t() | nil }
hosted_confirmation- Configuration whentype=hosted_confirmation.redirect- Configuration whentype=redirect.type- The specified behavior after the purchase is complete. Eitherredirectorhosted_confirmation. Possible values:hosted_confirmation,redirect.