BankStmtISOAccountStatement.validateUpdateStatus Method
Validates whether the bank statement can be updated to the target status.
Syntax
private boolean validateUpdateStatus(BankStatementStatus _targetStatus)
Run On
Called
Parameters
- _targetStatus
Type: BankStatementStatus Enumeration
The target status.
Return Value
Type: boolean
true if the bank statement can be updated to the target status; otherwise, false.