178179180181182183184185186187188
if (fromAccountType.isSavingsAccount()) { builder.withSavingsId(fromSavingsAccountId); } if (fromAccountType.isLoanAccount()) { builder.withLoanId(fromLoanAccountId); } return builder.build(); }