Stripe.Resources.BillingPortal.Session.Flow.AfterCompletion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

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