StripeElixir.Params.PaymentLinkCreateParams.AfterCompletion
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.PaymentLinkCreateParams.AfterCompletion{ hosted_confirmation: map() | nil, redirect: map() | 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.