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

CashManagement

Referenced By

Drawer
DrawerSummary

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
Amount The total amount related to the drawer transaction. If broken out into denominations then the total of the amounts for all of the denomination objects would be expressed in this field. number true false
Currency Assigned Type: ms-0300:CurrencyCode CurrencyCode_MS0300 false false
Denomination Assigned Type: pf1:Denomination Denomination false false
MonetaryDeviceID An identifier for an external device (e.g. coin dispenser, reverse ATM). string false false
MonetaryDeviceDescription A description of the external monetary device. string false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "amount" : "number",
  "currency" : {
    "value" : "string",
    "decimalPlaces" : "string"
  },
  "denomination" : {
    "@type" : "string",
    "denominationType" : "string",
    "amount" : "number",
    "quantity" : "integer",
    "extensionPoint" : { }
  },
  "monetaryDeviceID" : "string",
  "monetaryDeviceDescription" : "string",
  "extensionPoint" : { }
}