Namespace anybill.POS.Client.Models.Receipt.Data.Line.Extension
Classes
- AnybillDefaultLineExtension
Anybill extensions to the default line object of the version '1.0.0' of the DFKA.
- AnybillLineBaseExtension
Anybill extensions to the line object of the version '1.0.0' of the DFKA.
- DefaultLineDiscount
Applied discount for this line.
- DiscountLine
Discount line. Represents a discount not explicitly bound to a specific line.
- LineReturnReference
Use this property if the item in this line is a returned item: The return reference represents references to the original receipt, where the product was bought.
- TextLine
Text line used to display only text. Needs type set to 'text'.
Enums
- LineType
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.