Mayson Monorepo Documentation
    Preparing search index...
    interface Numeric {
        default_value: string;
        maximum_length: number;
        minimum_length: number;
        value: string;
    }
    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.

    value: string

    The value entered by the customer, containing only digits.