OperationBaseMICR Property |
The routing, account and check number data from the bottom of a check in MICR (Magnetic Ink Character Recognition) format, typically generated by a check scanner.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string MICR { get; set; }
Public Property MICR As String
Get
Set
public:
property String^ MICR {
String^ get ();
void set (String^ value);
}
member MICR : string with get, set
Property Value
Type:
StringSee Also