#import <kfxKUTMicrLine.h>
|
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...
|
|
◆ 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.
◆ auxiliaryOnUs
- (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.
◆ 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.
◆ 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.
◆ 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.
◆ 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.
◆ 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.
◆ transitNumber
- (NSString*) transitNumber |
|
readwritenonatomicstrong |
This required MICR field identifies the financial institution.
◆ 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.
The documentation for this class was generated from the following file: