FiscalTotalizerType Enumeration

2/27/2008

Enumerates the possible types of totalizers.

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

Syntax

'Declaration
Public Enumeration FiscalTotalizerType
public enum FiscalTotalizerType
public enum class FiscalTotalizerType
public enum FiscalTotalizerType
public enum FiscalTotalizerType

Members

Member name Description
Day Day totalizer.
Document Document totalizer.
Grand Grand totalizer.
Receipt Receipt totalizer.

Remarks

Used by the TotalizerType property. Members of this enumeration replace the FPTR_TT_DOCUMENT, FPTR_TT_DAY, FPTR_TT_RECEIPT, and FPTR_TT_GRAND UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.TotalizerType Property