POSUsageExport Model

Nullable
outletCount : number (int)

A count of the total number of unique outlets that were active in this summary

Nullable
terminalCount : number (int)

A count of the total number of POS terminals that were active in this summary

Nullable
totalSales : number (decimal)

The total gross sales amount involved in this summary

Nullable
totalTradingDaySummaries : number (int)

A count of the total number of unique trading days and terminals that were active in this summary

Nullable
outlets : OutletSummary []

A further detailed breakdown of this summary per outlet.

Example
{
  "outletCount": 321,
  "terminalCount": 321,
  "totalSales": 1.23,
  "totalTradingDaySummaries": 321,
  "outlets": []
}