Click or drag to resize

INotificationService.BeforeOrderBill Property

Order billing. Throwing OperationCanceledException will abort the operation.

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

Property Value

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