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