Interface ILine
Namespace: anybill.POS.Client.Models.Bill.Data.Line
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface ILine
Properties
AdditionalText
Declaration
string AdditionalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |