BankStmtISOReportEntry.setAmount Method
Sets the amount to a specified amount.
Syntax
private BankStmtISODecimal setAmount(
boolean _set,
boolean _isBioColumn,
BankStmtISODecimal _amount,
[DebitCredit _columnDrCr])
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether the amount is set.
- _isBioColumn
Type: boolean
A Boolean value that indicates whether the amount is shown in the debit/credit column.
- _amount
Type: BankStmtISODecimal Extended Data Type
A specified amount.
- _columnDrCr
Type: DebitCredit Enumeration
A value that indicates which column the amount is shown in.
Return Value
Type: BankStmtISODecimal Extended Data Type
The amount.