BankStmtISOCashBalance.editOpeningBalance Method
Sets the opening balance by using a specified amount.
Syntax
edit BankStatementOpeningBalance editOpeningBalance(boolean _set, BankStmtISODecimal _amount)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether the opening balance is set.
- _amount
Type: BankStmtISODecimal Extended Data Type
The specified amount.
Return Value
Type: BankStatementOpeningBalance Extended Data Type
The opening balance.
Remarks
This method is only called for a record that has a BankStatementBalanceType::Opening enumeration value .