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

    Properties

    Properties

    id: string

    The unique identifier for this choice

    The style of the button which will be shown for this choice. Can be primary or secondary.

    text: string

    The text which will be shown on the button for this choice