Enum DokumentBookDateMustBeAscendingType
- Namespace
- RetailForce.Fiscalisation.Implementation
- Assembly
- RetailForce.Fiscalisation.Model.dll
Enumeration to reflect if document book date must be ascending.
public enum DokumentBookDateMustBeAscendingType
Fields
AllDocuments = 2Document book date must be ascending for all documents.
AllFiscalDocuments = 3Document book date must be ascending for all fiscal documents.
NotNecessary = 0Document book date must be ascending.
PerDocumentType = 1Document book date must be ascending per document type.