Kofax Mobile SDK API Reference
Properties | List of all members
kfxKUTMicrLine Class Reference

#import <kfxKUTMicrLine.h>

Inheritance diagram for kfxKUTMicrLine:

Properties

NSString * auxiliaryOnUs
 The auxiliaryOnUs property contains the contents of the Auxiliary On-Us field in the MICR. It usually contains the check number. It is generally not present on personal checks. This property is nil if this field is not present. More...
 
NSString * EPC
 The EPC property contains the contents of the External Processing Code. It is a one character field, and is usually not present in the MICR. This property is nil if the field is not present. More...
 
NSString * transitNumber
 This required MICR field identifies the financial institution. More...
 
NSString * onUs
 The onUS property. Returns all characters from the MICR from transitNumber to amount (if present), or to the right of the string if amount is not present. More...
 
NSString * onUs1
 The onUS1 property contains the contents of the first portion of the On-Us field in the MICR. It generally contains the account number. More...
 
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. More...
 
NSString * amount
 The amount field contains the check amount. This is generally not present unless the check has been processed by a bank. This property is nil if the field is not present. More...
 
KUTCheckType checkType
 The checkType field contains the type of check detected. If the auxiliaryOnUs field is present, this field is set to BUSINESS_CHECK. Otherwise, this field is set to PERSONAL_CHECK. More...
 
BOOL valueSet
 The valueSet field indicates whether any of the micrLine fields have been set. If NO, the micrLine string could not be extracted and parsed. More...
 

Property Documentation

- (NSString*) amount
readwritenonatomicstrong

The amount field contains the check amount. This is generally not present unless the check has been processed by a bank. This property is nil if the field is not present.

- (NSString*) auxiliaryOnUs
readwritenonatomicstrong

The auxiliaryOnUs property contains the contents of the Auxiliary On-Us field in the MICR. It usually contains the check number. It is generally not present on personal checks. This property is nil if this field is not present.

- (KUTCheckType) checkType
readwritenonatomicassign

The checkType field contains the type of check detected. If the auxiliaryOnUs field is present, this field is set to BUSINESS_CHECK. Otherwise, this field is set to PERSONAL_CHECK.

- (NSString*) EPC
readwritenonatomicstrong

The EPC property contains the contents of the External Processing Code. It is a one character field, and is usually not present in the MICR. This property is nil if the field is not present.

- (NSString*) onUs
readwritenonatomicstrong

The onUS property. Returns all characters from the MICR from transitNumber to amount (if present), or to the right of the string if amount is not present.

- (NSString*) onUs1
readwritenonatomicstrong

The onUS1 property contains the contents of the first portion of the On-Us field in the MICR. It generally contains the account number.

- (NSString*) onUs2
readwritenonatomicstrong

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.

- (NSString*) transitNumber
readwritenonatomicstrong

This required MICR field identifies the financial institution.

- (BOOL) valueSet
readwritenonatomicassign

The valueSet field indicates whether any of the micrLine fields have been set. If NO, the micrLine string could not be extracted and parsed.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.