Source: https://restauranttechnologynetwork.com/technical-documents

TransactionDeviceDetail

Properties

Name Description Type Required Generic Enum Ignore
@type string false ${prop.ignore}
DeviceID An identifier for the physical device (cash terminal, punch clock, kiosk, etc.). string false ${prop.ignore}
DeviceDescription A name or description for the device. string false ${prop.ignore}
ExtensionPoint ExtensionPoint false ${prop.ignore}
DrawerID The carrier of the till. string false ${prop.ignore}
ExtensionPoint_Detail ExtensionPoint_Detail false ${prop.ignore}
{
  "@type" : "string",
  "deviceID" : "string",
  "deviceDescription" : "string",
  "extensionPoint" : { },
  "drawerID" : "string",
  "extensionPointDetail" : { }
}