TerminalSummary
Model
Nullable
terminalID :
string (GUID)
A unique ID for this terminal
Nullable
terminalName :
string
The name of this terminal
Nullable
terminalDisplayID :
string
The user friendly display ID (like T1) assigned to this terminal
Nullable
transactionCount :
number (decimal)
The total count of transactions that were involved in this summary for this terminal
Nullable
totalSales :
number (decimal)
The total gross amount of sales that were involved in this summary for this terminal
Nullable
tradingDays :
TradingDaySummary
[]
A breakdown of each trading day involved in this summary for this terminal
Example
{
"terminalID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"terminalName": "string value",
"terminalDisplayID": "string value",
"transactionCount": 1.23,
"totalSales": 1.23,
"tradingDays": []
}