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

    Properties

    default_value?: string

    The value that will pre-fill the field on the payment page.Must match a value in the options array.

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