E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkMICRProcessingCode (property)

The external processing code from the MICR line of a check, if present.

Syntax

- (NSString*)checkMICRProcessingCode:(int)checkIndex;
- (void)setCheckMICRProcessingCode:(int)checkIndex:(NSString*)newCheckMICRProcessingCode;
public func checkMICRProcessingCode(checkIndex: Int32) throws -> String
public func setCheckMICRProcessingCode(checkIndex: Int32, newCheckMICRProcessingCode: String) throws -> Void

Default Value

""

Remarks

The external processing code from the MICR line of a check, if present. This is also known as "Position 44",. and is used for special purposes as authorized by the Accredited Standards Committee X9. This property is part of the Check detail record (type 25), and is 1 character in length.

The CheckIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CheckCount property.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]