Nested struct within the parent resource.
Summary
Types
@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_confirmationredirecttype- The specified behavior after the purchase is complete. Possible values:hosted_confirmation,redirect.