Click or drag to resize

INotificationServiceOrderSplittedByCashRegisters Property

Order splitted by cash registers, allows to track relationship between deleted source order and created new orders.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntax
C#
INotification<(Guid orderId, Guid[] )> OrderSplittedByCashRegisters { get; }

Property Value

Type: INotificationValueTupleGuid, Guid
See Also