FiscalReceiptType Enumeration

2/27/2008

Enumerates the valid types of receipts for a fiscal printer.

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

Syntax

'Declaration
Public Enumeration 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.
Refund Refund receipt.
Sales Retail sales receipt.
Service Service sales receipt.
SimpleInvoice Simplified invoice receipt.

Remarks

Used by the FiscalReceiptType property. Members of this enumeration replace the FPTR_RT_ family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.FiscalReceiptType Property