Mayson Monorepo Documentation
    Preparing search index...
    interface Dropdown {
        default_value: string;
        options: Stripe.Checkout.Session.CustomField.Dropdown.Option[];
        value: string;
    }
    Index

    Properties

    default_value: string

    The value that will pre-fill on the payment page.

    The options available for the customer to select. Up to 200 options allowed.

    value: string

    The option selected by the customer. This will be the value for the option.