Enum FiscalisationType
- Namespace
- RetailForce.Fiscalisation.Implementation
- Assembly
- RetailForce.Fiscalisation.Model.dll
The type of the fiscalisation.
public enum FiscalisationType
Fields
FiscalPrinter = 1Fiscalisation is done via fiscal printer.
NoFiscalisation = 100No fiscalisation module.
Online = 2Fiscalisation data is sent via online connection to the authorities. This includes also the signature of the data package but not an additional signature.
Signature = 0Main fiscalisation is done with signature (either per hsm, certificate or proprietary device).
SignatureWithOnline = 3Main fiscalisation is done via signature, data has to be transferred at least with batches to online authorities.