Click or drag to resize

INotificationServiceCardScanned Property

Card scanned or MSR swiped. Handler should return true if the event is to be marked handled — stops further processing.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
INotification<CardScannedEventArgs, bool> CardScanned { get; }

Property Value

INotificationCardScannedEventArgs, Boolean
See Also