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

    Properties

    customer: string

    The ID of the customer associated with the payment evaluation.

    customer_account: string

    The ID of the Account representing the customer associated with the payment evaluation.

    email: string

    The customer's email address.

    name: string

    The customer's full name or business name.

    phone: string

    The customer's phone number.