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

DepositDetails

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
Deposit Assigned Type: ms-0300:Deposit Deposit false false
DepositPolicy Specifies the policy for the deposit (when due, cancellation pollicy, etc.). string false false
TimeStamp The date and time of the deposit. string false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "deposit" : {
    "@type" : "string",
    "amount" : "number",
    "currencyCode" : { },
    "tip" : "number",
    "gratuity" : "number",
    "tenderType" : { },
    "cardType" : { },
    "tenderDescription" : "string",
    "authorizationCode" : "string",
    "cardEntryType" : { },
    "customerName" : "string",
    "lastFour" : "string",
    "firstSix" : "string",
    "accountNumber" : "string",
    "tenderPresenceInd" : "boolean",
    "depositInd" : "boolean",
    "extensionPoint" : { }
  },
  "depositPolicy" : "string",
  "timeStamp" : "string",
  "extensionPoint" : { }
}