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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.AccountSessionCreateParams.Components.PayoutDetails{
  enabled: boolean() | nil,
  features: map() | nil
}
  • enabled - Whether the embedded component is enabled.
  • features - An empty list, because this embedded component has no features.