Click or drag to resize

INotificationService.BeforeOrderBill Property

Order billing. Throwing OperationCanceledException will abort the operation.

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

Property Value

Type: INotification<ValueTuple<IOrder, IOperationService, IViewManager>>
See Also