FiscalReceiptType Enumeration

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

Usage

'Usage
Dim fiscalReceiptType1 As FiscalReceiptType = FiscalReceiptType.CashIn

Syntax

'Declaration
Public Enum FiscalReceiptType
public enum FiscalReceiptType
public enum class FiscalReceiptType
public enum FiscalReceiptType
public enum FiscalReceiptType

Members

Member name Description
CashIn Cash-in receipt.
CashOut Cash-out receipt.
Generic Generic receipt.
Sales Retail sales receipt.
Service Service sales receipt.
SimpleInvoice Simplified invoice receipt.

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
FiscalReceiptType