Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion{
    hosted_confirmation:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion.HostedConfirmation.t()
      | nil,
    redirect:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.AfterCompletion.Redirect.t()
      | nil,
    type: String.t() | nil
  }
  • hosted_confirmation - Configuration when after_completion.type=hosted_confirmation.
  • redirect - Configuration when after_completion.type=redirect.
  • type - The specified behavior after the flow is completed. Possible values: hosted_confirmation, portal_homepage, redirect.