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

EventTypeRefund

Properties

Name Description Type Required Generic Enum Ignore
@type string false ${prop.ignore}
ExtensionPoint ExtensionPoint false ${prop.ignore}
Refund Assigned Type: pf1:Refund Refund false ${prop.ignore}
ExtensionPoint_Choice ExtensionPoint_Choice false ${prop.ignore}
{
  "@type" : "string",
  "extensionPoint" : { },
  "refund" : {
    "@type" : "string",
    "payment" : { },
    "refundTotal" : "number",
    "refundReason" : "string",
    "refundReasonDescription" : "string",
    "refundTransactionType" : { },
    "extensionPoint" : { }
  },
  "extensionPointChoice" : { }
}