| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain | |
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Class and Description |
|---|---|
class |
PaymentTargetDetailsBO |
| Modifier and Type | Method and Description |
|---|---|
TransactionDetailsBO |
DepositAccountService.getTransactionById(String accountId,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetailsBO> |
DepositAccountService.getTransactionsByDates(String accountId,
LocalDateTime dateFrom,
LocalDateTime dateTo) |
org.springframework.data.domain.Page<TransactionDetailsBO> |
DepositAccountService.getTransactionsByDatesPaged(String accountId,
LocalDateTime dateFrom,
LocalDateTime dateTo,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2020. All rights reserved.