Class Rksv
- Assembly
- anybill.POS.Client.Abstractions.dll
Security features according to 'Registrierkassensicherheitsverordnung'.
public class Rksv : TseBase
- Inheritance
-
Rksv
- Inherited Members
Properties
AdditionalData
Additional legal properties.
public Dictionary<string, AdditionalRksvData> AdditionalData { get; set; }
Property Value
AdditionalLegalText
Additional legal text that must be displayed.
public string AdditionalLegalText { get; set; }
Property Value
PosInspectionQrData
Data to display a QR code for a POS inspection.
public string PosInspectionQrData { get; set; }
Property Value
SerialNumber
Serial number of the electronic recording system.
public string SerialNumber { get; set; }
Property Value
Signature
Check value / signature of the electronic recording system.
public string Signature { get; set; }
Property Value
SignatureNumber
Signature counter assigned by the electronic recording system.
public int? SignatureNumber { get; set; }
Property Value
- int?
TransactionNumber
The transaction number assigned by the TSE.
public int? TransactionNumber { get; set; }
Property Value
- int?
Type
the type discriminator.
public string Type { get; }