Enum CertificationType
- Namespace
- RetailForce.Fiscalisation.Implementation
- Assembly
- RetailForce.Fiscalisation.Model.dll
Enumeration to reflect if certification of pos system is needed.
public enum CertificationType
Fields
Mandatory = 2Certification of pos system is mandatory.
MiniPos = 3Certification of pos system is mandatory, but is done by MiniPos system of RetailForce or other system.
NotNecessary = 0Certification of pos system is not necessary.
Optional = 1Certification is optional to improve compliance.