Class AnybillLineBaseExtension
Anybill extensions to the line object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillLineBaseExtension
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public abstract class AnybillLineBaseExtension
Properties
SequenceNumber
The sequence number of the line item. Used to display the correct order.
Declaration
public abstract int SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
The type discriminator of the line. If no value is provided a default line is expected.
Declaration
public abstract string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |