Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Selection (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.Selection{
  choices:
    [
      Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Selection.Choices.t()
    ]
    | nil,
  id: String.t() | nil,
  text: String.t() | nil
}
  • choices - List of possible choices to be selected
  • id - The id of the selected choice Max length: 5000. Nullable.
  • text - The text of the selected choice Max length: 5000. Nullable.