Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Toggles (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Toggles{
  default_value: String.t() | nil,
  description: String.t() | nil,
  title: String.t() | nil,
  value: String.t() | nil
}
  • default_value - The toggle's default value. Can be enabled or disabled. Possible values: disabled, enabled. Nullable.
  • description - The toggle's description text. Maximum 50 characters. Max length: 5000. Nullable.
  • title - The toggle's title text. Maximum 50 characters. Max length: 5000. Nullable.
  • value - The toggle's collected value. Can be enabled or disabled. Possible values: disabled, enabled. Nullable.