Table of Contents

Class Rksv

Namespace
anybill.POS.Client.Models.Receipt.Security.Tse.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

Dictionary<string, AdditionalRksvData>

AdditionalLegalText

Additional legal text that must be displayed.

public string AdditionalLegalText { get; set; }

Property Value

string

PosInspectionQrData

Data to display a QR code for a POS inspection.

public string PosInspectionQrData { get; set; }

Property Value

string

SerialNumber

Serial number of the electronic recording system.

public string SerialNumber { get; set; }

Property Value

string

Signature

Check value / signature of the electronic recording system.

public string Signature { get; set; }

Property Value

string

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; }

Property Value

string