FiscalPrinterStations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible fiscal printer stations that can be set to print or reported as printing during the occurrence of an error.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FiscalPrinterStations
[<System.Flags>]
type FiscalPrinterStations =
Public Enum FiscalPrinterStations
- Inheritance
-
FiscalPrinterStations
- Attributes
Fields
Name | Value | Description |
---|---|---|
Journal | 1 | Journal station. |
Receipt | 2 | Receipt station. |
JournalReceipt | 3 | Journal receipt station. |
Slip | 4 | Slip station. |
JournalSlip | 5 | Journal slip station. |
ReceiptSlip | 6 | Receipt slip station. |