RetailerEventNotification

constructor(dateTime: LocalDateTime, eventNotification: RTREventToNotify, eventDetails: String? = null, rejectedMessage: String? = null, maintenanceRequiredFlag: Boolean? = null, customerLanguage: String? = null, displayOutput: MenuEntry? = null)

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