Click or drag to resize

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.Tasks
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public List<Guid> OrderItemIds { get; set; }

Property Value

Type: ListGuid
See Also