CashCountType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible types of cash, bill or coin.

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

Syntax

'Declaration
Public Enumeration CashCountType
public enum CashCountType
public enum class CashCountType
public enum CashCountType
public enum CashCountType

Members

Member name Description
Bill Indicates paper currency.
Coin Indicates coin currency.

Remarks

Used by the constructor and Type property of the CashCount structure.

See Also

Reference

Microsoft.PointOfService Namespace
CashCount.Type Property