Mayson Monorepo Documentation
    Preparing search index...
    interface Text {
        default_value?: string;
        maximum_length?: number;
        minimum_length?: number;
    }
    Index

    Properties

    default_value?: string

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

    maximum_length?: number

    The maximum character length constraint for the customer's input.

    minimum_length?: number

    The minimum character length requirement for the customer's input.