.transferType().getValue(), accountTransferDetails, null, null, null, null, fromSavingsAccount,
isRegularTransaction);
transferAmount(sb, accountTransferDTO, data.getId());
}
}
if (sb.length() > 0) { throw new JobExecutionException(sb.toString()); }
}