Share via


FiscalCurrency Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the valid currencies for a fiscal printer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration FiscalCurrency
public enum FiscalCurrency
public enum class FiscalCurrency
public enum FiscalCurrency
public enum FiscalCurrency

Members

Member name Description
BrazilianCruceiro The actual currency is Brazilian Cruceiro.
BulgarianLev The actual currency is Bulgarian Lev.
CzechianKoruna  
Euro The actual currency is euro.
GreekDrachma The actual currency is Greek Drachma.
HungarianForint The actual currency is Hungarian Forint.
ItalianLira The actual currency is Italian Lira.
Other The actual currency is Other.
PolishZloty The actual currency is Polish Zloty.
RomanianLeu The actual currency is Romanian Leu.
RussianRouble The actual currency is Russian Rouble.
SwedishKrona  
TurkishLira The actual currency is New Turkish Lira.
UkrainianHryvnia  

Remarks

Used by the ActualCurrency property and the SetCurrency method.

Members of this enumeration replace the FPTR_AC_ and the FPTR_SC_EURO families of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ActualCurrency