Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the showing amount that depends on the debit or credit indicator from the table.
Syntax
client server public static BankStmtISODecimal getShowingAmount(
BankStmtISODecimal _amount,
BankStatementAmountDrCrIndicator _indicator,
boolean _isBioColumn,
[DebitCredit _columnDrCr])
Run On
Called
Parameters
- _amount
Type: BankStmtISODecimal Extended Data Type
The amount that is stored in table.
- _indicator
Type: BankStatementAmountDrCrIndicator Extended Data Type
The debit or credit indicator that is stored in table.
- _isBioColumn
Type: boolean
A Boolean value that indicates whether the amount is shown in the debit or credit column.
- _columnDrCr
Type: DebitCredit Enumeration
A Boolean value that indicates the column in which the amount is shown.
Return Value
Type: BankStmtISODecimal Extended Data Type
The showing amount.