public class DepositsWithdrawals extends Object
| Constructor and Description |
|---|
DepositsWithdrawals(List<DepositHistory> deposits,
List<WithdrawHistory> withdrawals) |
| Modifier and Type | Method and Description |
|---|---|
List<DepositHistory> |
getDeposits()
List of Historical Deposits.
|
List<WithdrawHistory> |
getWithdrawals()
List of Historical Withdrawals.
|
public DepositsWithdrawals(List<DepositHistory> deposits, List<WithdrawHistory> withdrawals)
public List<DepositHistory> getDeposits()
public List<WithdrawHistory> getWithdrawals()
Copyright © 2019. All rights reserved.