| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionTO |
MiddlewareAccountManagementService.getTransactionById(String accountId,
String transactionId)
Retrieves transaction by accountId and transactionId
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionTO> |
MiddlewareAccountManagementService.getTransactionsByDates(String accountId,
LocalDate dateFrom,
LocalDate dateTo)
Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is today
|
CustomPageImpl<TransactionTO> |
MiddlewareAccountManagementService.getTransactionsByDatesPaged(String accountId,
LocalDate dateFrom,
LocalDate dateTo,
CustomPageableImpl pageable)
Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is today
|
Copyright © 2020. All rights reserved.