Stripe.Params.AccountSessionCreateParams.Components.InstantPayoutsPromotion (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.AccountSessionCreateParams.Components.InstantPayoutsPromotion{
    enabled: boolean() | nil,
    features:
      Stripe.Params.AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.t()
      | nil
  }
  • enabled - Whether the embedded component is enabled.
  • features - The list of features enabled in the embedded component.