Table of Contents

Class TextLine

Namespace
anybill.POS.Client.Models.Receipt.Data.Line.Extension
Assembly
anybill.POS.Client.Abstractions.dll

Text line used to display only text. Needs type set to 'text'.

public class TextLine : TextLineBase
Inheritance
TextLine
Inherited Members

Constructors

TextLine()

public TextLine()

Properties

AdditionalText

Additional text to be displayed.

public override string AdditionalText { get; set; }

Property Value

string

Extension

Anybill specific extensions.

public AnybillTextLineExtension Extension { get; set; }

Property Value

AnybillTextLineExtension

Text

Text to be displayed.

public override string Text { get; set; }

Property Value

string