Class LineBase
Definition of a line of the receipt.
Implements
Namespace: anybill.POS.Client.Models.Bill.Data.Line
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public abstract class LineBase : ILine
Properties
AdditionalText
Additional text of the line.
Declaration
public abstract string AdditionalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Extension
Anybill specific extensions.
Declaration
public AnybillLineBaseExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
AnybillLineBaseExtension |
Text
Text of the line.
Declaration
public abstract string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |