CheckCountryCode Enumeration

2/27/2008

Enumerates the possible countries/regions in which the check originated.

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

Syntax

'Declaration
Public Enumeration CheckCountryCode
public enum CheckCountryCode
public enum class CheckCountryCode
public enum CheckCountryCode
public enum CheckCountryCode

Members

Member name Description
Canada Canada
Mexico Mexico
Unknown Unknown
Usa United States

Remarks

Used by the CountryCode property. The members of this enumeration replace the MICR_CC_USA, MICR_CC_CANADA, MICR_CC_MEXICO, and MICR_CC_UNKNOWN UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CountryCode