Mayson Monorepo Documentation
    Preparing search index...
    interface Choice {
        id: string;
        style: Stripe.Terminal.Reader.Action.CollectInputs.Input.Selection.Choice.Style;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    The identifier for the selected choice. Maximum 50 characters.

    The button style for the choice. Can be primary or secondary.

    text: string

    The text to be selected. Maximum 30 characters.