Mayson Monorepo Documentation
    Preparing search index...
    interface Toggle {
        default_value?: Stripe.Terminal.ReaderCollectInputsParams.Input.Toggle.DefaultValue;
        description?: string;
        title?: string;
    }
    Index

    Properties

    The default value of the toggle. Can be enabled or disabled.

    description?: string

    The description which will be displayed for the toggle. Maximum 50 characters. At least one of title or description must be provided.

    title?: string

    The title which will be displayed for the toggle. Maximum 50 characters. At least one of title or description must be provided.