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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

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