ChequeSaleOrderItemIds Property |
List of order item IDs. Contains multiple elements if several order items are grouped into one line on cheque. Contains an empty collection for cheques not associated with orders and for advance payment cheques.
Namespace: Resto.Front.Api.Data.Device.TasksAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic List<Guid> OrderItemIds { get; set; }Property Value
ListGuid
See Also