Share via


FiscalReceiptStation Enumeration

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

Usage

'Usage
Dim fiscalReceiptStation1 As FiscalReceiptStation = FiscalReceiptStation.Receipt

Syntax

'Declaration
Public Enum FiscalReceiptStation
public enum FiscalReceiptStation
public enum class FiscalReceiptStation
public enum FiscalReceiptStation
public enum FiscalReceiptStation

Members

Member name Description
Receipt The following transactions will be printed on the receipt station.
Slip The following transactions will be printed on the slip station.

Remarks

Indicates the station where the transaction of the fiscal receipt started with BeginFiscalReceipt method will be printed.

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
FiscalReceiptStation