OutletSummary Model

Nullable
outletID : string (GUID)

A unique identifier for the outlet this summary is for

Nullable
outletName : string

The name of the outlet this summary is for

Nullable
terminalCount : number (int)

The number of unique terminals active in this outlet summary

Nullable
totalSales : number (decimal)

The total amount of gross sales that occured for this outlet

Nullable
terminals : TerminalSummary []

A breakdown of the activity for each terminal involved in this summary.

Example
{
  "outletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "outletName": "string value",
  "terminalCount": 321,
  "totalSales": 1.23,
  "terminals": []
}