TradingDaySummary Model

Nullable
tradingDate : string (ISO 8601 DateTime)

The trading date this summary is for

Nullable
transactionCount : number (decimal)

A total count of transactions that occured for this terminal on this trading date

Nullable
totalSales : number (decimal)

The total gross amount of sales that occured for this terminal on this trading date

Nullable
zReports : ZReportSummary []

A breakdown of each Z report involved in this temrinal's trading day summary

Example
{
  "tradingDate": "2012-04-03T09:40:59.736Z",
  "transactionCount": 1.23,
  "totalSales": 1.23,
  "zReports": []
}