Click or drag to resize

ChequeSaleCodes Property

List of product codes. Each outer list item represents a separate product unit; each inner list contains codes associated with that unit.

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public IReadOnlyList<IReadOnlyList<ChequeSaleIdentifierCode>> Codes { get; set; }

Property Value

Type: IReadOnlyListIReadOnlyListChequeSaleIdentifierCode
See Also