Click or drag to resize

INotificationServiceChildOrderCreated Property

After exctracting from order to child order when dividing payment between guests.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(IOrder parentOrder, IOrder childOrder, IOperationService os, IViewManager vm)> ChildOrderCreated { get; }

Property Value

Type: INotificationValueTupleIOrder, IOrder, IOperationService, IViewManager
See Also