CheckType Enumeration

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

Usage

'Usage
Dim checkType1 As CheckType = CheckType.Business

Syntax

'Declaration
Public Enum 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

Represents the type of check parsed from the most recently read MICR data.

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
CheckType