Click or drag to resize

INotificationServiceBeforeDoCheque Property

After payment before cheque printing. Throwing OperationCanceledException will abort the operation.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
INotification<(IOrder order, IOperationService os, IViewManager vm)> BeforeDoCheque { get; }

Property Value

Type: INotificationValueTupleIOrder, IOperationService, IViewManager
See Also