Class AnybillLineBaseExtension
- Assembly
- anybill.POS.Client.Abstractions.dll
Anybill extensions to the line object of the version '1.0.0' of the DFKA.
public abstract class AnybillLineBaseExtension
- Inheritance
-
AnybillLineBaseExtension
- Derived
- Inherited Members
Properties
SequenceNumber
The sequence number of the line item. Used to display the correct order.
public abstract int SequenceNumber { get; set; }
Property Value
Sublines
Sublines of a lines. Nesting is limited to 1
public List<LineBase> Sublines { get; set; }