Click or drag to resize

INotificationServiceBeforeOrderBill 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: INotificationValueTupleIOrder, IOperationService, IViewManager
See Also