CheckType Enumeration

2/27/2008

Enumerates the valid check types for the most recently read Magnetic Ink Character Recognition (MICR) data.

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

Syntax

'Declaration
Public Enumeration CheckType
public enum CheckType
public enum class CheckType
public enum CheckType
public enum CheckType

Members

Member name Description
Business The check is a business or commercial check.
Personal The check is a personal check.
Unknown The type of check is unknown.

Remarks

Used by the CheckType property.

The members of this enumeration replace the MICR_CT_PERSONAL, MICR_CT_BUSINESS, and MICR_CT_UNKNOWN UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CheckType