Event the POI notifies to the Sale System.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-event-to-notify-schema.json", "title": "EventToNotify", "description": "Event the POI notifies to the Sale System.", "type": "string", "enum": [ "Abort", "BeginMaintenance", "CardInserted", "CardRemoved", "Completed", "CustomerLanguage", "EndMaintenance", "Initialised", "KeyPressed", "OutOfOrder", "Reject", "SaleAdmin", "SaleWakeUp", "SecurityAlarm", "Shutdown", "StopAssistance" ] }