Stripe.Resources.PaymentLink.AfterCompletion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentLink.AfterCompletion{
  hosted_confirmation:
    Stripe.Resources.PaymentLink.AfterCompletion.HostedConfirmation.t() | nil,
  redirect: Stripe.Resources.PaymentLink.AfterCompletion.Redirect.t() | nil,
  type: String.t() | nil
}
  • hosted_confirmation
  • redirect
  • type - The specified behavior after the purchase is complete. Possible values: hosted_confirmation, redirect.