Stripe.Resources.Terminal.Reader.Action.CollectInputs.Inputs.Selection.Choices (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{
    id: String.t() | nil,
    style: String.t() | nil,
    text: String.t() | nil
  }
  • id - The identifier for the selected choice. Maximum 50 characters. Max length: 5000. Nullable.
  • style - The button style for the choice. Can be primary or secondary. Possible values: primary, secondary. Nullable.
  • text - The text to be selected. Maximum 30 characters. Max length: 5000.