E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkBOFDRoutingNumber (property)

A number that identifies the Bank of First Deposit.

Syntax

- (NSString*)checkBOFDRoutingNumber:(int)checkIndex;
- (void)setCheckBOFDRoutingNumber:(int)checkIndex:(NSString*)newCheckBOFDRoutingNumber;
public func checkBOFDRoutingNumber(checkIndex: Int32) throws -> String
public func setCheckBOFDRoutingNumber(checkIndex: Int32, newCheckBOFDRoutingNumber: String) throws -> Void

Default Value

""

Remarks

A number that identifies the Bank of First Deposit. This property is part of the Check Detail Addendum A record (type 26), and is exactly 9 characters long, including the check digit.

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]