public interface DepositAccountTransactionService
| Modifier and Type | Method and Description |
|---|---|
void |
bookPayment(PaymentBO payment,
LocalDateTime postingTime,
String userName) |
void |
depositCash(String accountId,
AmountBO amount,
String user) |
Copyright © 2019. All rights reserved.