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

Denomination

Referenced By

CashManagement

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
DenominationType Specifies the kind of denomination. string true false
Amount The monetary amount of this denomination (e.g type = $10 Amount=$80 Quantity = 8, means there are 8 ten dollar bills that have the value of $80.00). number true false
Quantity The number of this item. integer false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "denominationType" : "string",
  "amount" : "number",
  "quantity" : "integer",
  "extensionPoint" : { }
}