Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerDetails {
        customer?: string;
        email?: string;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    customer?: string

    The customer who made the payment.

    email?: string

    The customer's phone number.

    name?: string

    The customer's name.

    phone?: string

    The customer's phone number.