Kofax Mobile SDK API Reference
kfxKUTMicrParser.h
Go to the documentation of this file.
1 // Kofax Mobile Capture API Reference File
2 //
3 // kfxKUTMicrParser.h
4 //
5 // Copyright (c) 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "kfxKUTMicrLine.h"
10 
11 @interface kfxKUTMicrParser : NSObject
12 
14 
22 - (instancetype) initWithMicr: (NSString *)micrString;
23 
24 // ===================================================
26 
28 - (void) parseMicr: (NSString *)micrString;
29 
30 // ===================================================
32 
34 - (NSString *) getAccountNumber;
35 
36 // ===================================================
38 
40 - (NSString *) getCheckNumber;
41 
42 // ===================================================
44 
46 - (NSString *) getTransitNumber;
47 
48 // ===================================================
50 
53 
54 // ===================================================
56 
58 - (BOOL) getValueSet;
59 
60 // ===================================================
62 
65 
66 // ===================================================
68 
70 - (BOOL) isMicrValid;
71 
72 @end
Definition: kfxKUTMicrLine.h:17
KUTCheckType getCheckType()
Returns the type of check.
NSString * getTransitNumber()
Returns the transit number.
NSString * getAccountNumber()
Returns the account number.
kfxKUTMicrLine * getMicrLine()
Returns the micrline object.
KUTCheckType
Definition: kfxKUTMicrLine.h:10
BOOL getValueSet()
Returns a value indicating if any micrLine fields have been set.
BOOL isMicrValid()
Returns validity of parsed micr line.
Definition: kfxKUTMicrParser.h:11
NSString * getCheckNumber()
Returns the check number.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.