Stripe.Params.PaymentLinkCreateParams.AfterCompletion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentLinkCreateParams.AfterCompletion{
  hosted_confirmation:
    Stripe.Params.PaymentLinkCreateParams.AfterCompletion.HostedConfirmation.t()
    | nil,
  redirect:
    Stripe.Params.PaymentLinkCreateParams.AfterCompletion.Redirect.t() | 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.