solapi
    Preparing search index...
    type GetStatisticsRequest = {
        endDate?: string | Date;
        masterAccountId?: string;
        startDate?: string | Date;
    }
    Index

    Properties

    endDate?: string | Date
    masterAccountId?: string
    startDate?: string | Date