Enum LineType
- Assembly
- anybill.POS.Client.Abstractions.dll
The type of the specific line. Is used by the anybill system to parse the correct line object. Values are: "text", "discount" and "default". If none is set the value will be "default". Values are not case sensitive.
public enum LineType
Fields
Default = 0
Discount = 2
KeyValue = 3
Text = 1