RetailerEventNotification
data class RetailerEventNotification(val dateTime: LocalDateTime, val eventNotification: RTREventToNotify, val eventDetails: String? = null, val rejectedMessage: String? = null, val maintenanceRequiredFlag: Boolean? = null, val customerLanguage: String? = null, val displayOutput: MenuEntry? = null) : RetailerMessage
Parameters
dateTime
Event's timestamp
eventNotification
Type of notification event
eventDetails
Mandatory for transaction identification when EventToNotify = SaleWakeUp, FunctionKeyPressed or SaleAdmin .Otherwise if present, the Sale logs it for further examination
rejectedMessage
Mandatory if EventToNotify is \"Reject\", absent in other cases
maintenanceRequiredFlag
customerLanguage
Language of the Customer
displayOutput