Kofax Mobile SDK API Reference
kfxKUTMicrLine.h
Go to the documentation of this file.
1 //
2 // kfxKUTMicrLine.h
3 // kfxLibUtilities
4 //
5 // Copyright (c) 2017 Kofax. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 typedef NS_ENUM(NSUInteger, KUTCheckType)
11 {
15 };
16 
17 @interface kfxKUTMicrLine : NSObject
19  @property (nonatomic, strong) NSString* auxiliaryOnUs;
20 
22  @property (nonatomic, strong) NSString* EPC;
23 
25  @property (nonatomic, strong) NSString* transitNumber;
26 
28  @property (nonatomic, strong) NSString* onUs;
29 
31  @property (nonatomic, strong) NSString* onUs1;
32 
34  @property (nonatomic, strong) NSString* onUs2;
35 
37  @property (nonatomic, strong) NSString* amount;
38 
40  @property (nonatomic) KUTCheckType checkType;
41 
43  @property (nonatomic) BOOL valueSet;
44 
45 @end
Definition: kfxKUTMicrLine.h:13
NSString * EPC
The EPC property contains the contents of the External Processing Code. It is a one character field...
Definition: kfxKUTMicrLine.h:22
NSString * onUs
The onUS property. Returns all characters from the MICR from transitNumber to amount (if present)...
Definition: kfxKUTMicrLine.h:28
NSString * onUs2
The onUS2 property contains the contents of the second portion of the On-Us MICR field. If present, it contains the check number. This property is nil if the field is not present.
Definition: kfxKUTMicrLine.h:34
NSString * amount
The amount field contains the check amount. This is generally not present unless the check has been p...
Definition: kfxKUTMicrLine.h:37
NSString * auxiliaryOnUs
The auxiliaryOnUs property contains the contents of the Auxiliary On-Us field in the MICR...
Definition: kfxKUTMicrLine.h:19
Definition: kfxKUTMicrLine.h:17
NSString * onUs1
The onUS1 property contains the contents of the first portion of the On-Us field in the MICR...
Definition: kfxKUTMicrLine.h:31
BOOL valueSet
The valueSet field indicates whether any of the micrLine fields have been set. If NO...
Definition: kfxKUTMicrLine.h:43
Definition: kfxKUTMicrLine.h:12
Definition: kfxKUTMicrLine.h:14
KUTCheckType
Definition: kfxKUTMicrLine.h:10
KUTCheckType checkType
The checkType field contains the type of check detected. If the auxiliaryOnUs field is present...
Definition: kfxKUTMicrLine.h:40
NSString * transitNumber
This required MICR field identifies the financial institution.
Definition: kfxKUTMicrLine.h:25
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.