FiscalCountryCodes 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 valid countries/regions supported by the fiscal printer.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FiscalCountryCodes
[<System.Flags>]
type FiscalCountryCodes =
Public Enum FiscalCountryCodes
- Inheritance
-
FiscalCountryCodes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Brazil | 1 | The fiscal printer supports Brazil’s fiscal rules. |
Greece | 2 | The fiscal printer supports Greece's fiscal rules. |
Hungary | 4 | The fiscal printer supports Hungary's fiscal rules. |
Italy | 8 | The fiscal printer supports Italy's fiscal rules. |
Poland | 16 | The fiscal printer supports Poland's fiscal rules. |
Turkey | 32 | The fiscal printer supports Turkey's fiscal rules. |
Russia | 64 | The fiscal printer supports Russia's fiscal rules. |
Bulgaria | 128 | The fiscal printer supports Bulgaria's fiscal rules. |
Romania | 256 | The fiscal printer supports Romania's fiscal rules. |
CzechRepublic | 512 | The fiscal printer supports Czech Republic fiscal rules. |
Ukraine | 1024 | The fiscal printer supports Ukraine's fiscal rules. |
Sweden | 2048 | |
Other | 1073741824 | The fiscal printer supports other fiscal rules. |