E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkAmount (property)

The US dollar value of the check.

Syntax

- (NSString*)checkAmount:(int)checkIndex;
- (void)setCheckAmount:(int)checkIndex:(NSString*)newCheckAmount;
public func checkAmount(checkIndex: Int32) throws -> String
public func setCheckAmount(checkIndex: Int32, newCheckAmount: String) throws -> Void

Default Value

""

Remarks

The US dollar value of the check. This property is part of the Check detail record (type 25), and is 10 characters 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]