ReportElementStatistics
countinteger<int32>
Number of transactions in the report
Example:
123
firststring<date-time>nullabledeprecated
bookingDateStartstring<date-time>nullable
The booking date and time of the earliest transaction in the report
laststring<date-time>nullabledeprecated
bookingDateEndstring<date-time>nullable
The booking date and time of the latest transaction in the report
ReportElementStatistics
{
"count": 123,
"bookingDateStart": "2024-07-29T15:51:28.071Z",
"bookingDateEnd": "2024-07-29T15:51:28.071Z"
}