Mayson Monorepo Documentation
    Preparing search index...
    interface Option {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    The label for the option, displayed to the customer. Up to 100 characters.

    value: string

    The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer. Must be unique to this option, alphanumeric, and up to 100 characters.