Click or drag to resize

INotificationServiceBeforeOrderBill Property

Order billing. 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, IUser user, IOperationService os, IViewManager vm)> BeforeOrderBill { get; }

Property Value

Type: INotificationValueTupleIOrder, IUser, IOperationService, IViewManager
See Also