FiscalTotalizerType Enumeration

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

Usage

'Usage
Dim fiscalTotalizerType1 As FiscalTotalizerType = FiscalTotalizerType.Day

Syntax

'Declaration
Public Enum 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

Indicates the type of totalizer.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
TotalizerType