Class AnybillTseExtension
Anybill extensions to the tse object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillTseExtension
Namespace: anybill.POS.Client.Models.Bill.Security.Tse.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillTseExtension
Properties
AdditionalLegalText
Additional legal text that must be displayed.
Declaration
public string AdditionalLegalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdditionalTseData
Additional legal properties.
Declaration
public Dictionary<string, AdditionalTseData> AdditionalTseData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, AdditionalTseData> |
PosInspectionQrData
Data to display a QR code for a POS inspection.
Declaration
public string PosInspectionQrData { get; set; }
Property Value
Type | Description |
---|---|
System.String |