StripeElixir.Params.PaymentLinkCreateParams.AfterCompletion (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentLinkCreateParams.AfterCompletion{
  hosted_confirmation: map() | nil,
  redirect: map() | nil,
  type: String.t() | nil
}
  • hosted_confirmation - Configuration when type=hosted_confirmation.
  • redirect - Configuration when type=redirect.
  • type - The specified behavior after the purchase is complete. Either redirect or hosted_confirmation. Possible values: hosted_confirmation, redirect.