@RestController public class TppBankingApiAisController extends Object implements TppBankingApiAccountInformationServiceAisApi
| Modifier and Type | Class and Description |
|---|---|
static interface |
TppBankingApiAisController.AccountListFacadeResponseBodyToRestBodyMapper |
static interface |
TppBankingApiAisController.TransactionsFacadeResponseBodyToRestBodyMapper |
log| Constructor and Description |
|---|
TppBankingApiAisController() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture |
getAccounts(String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
String bankID,
String psUConsentSession,
UUID serviceSessionId,
Boolean withBalance) |
CompletableFuture |
getTransactions(String accountId,
String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
String bankID,
String psUConsentSession,
UUID serviceSessionId,
LocalDate dateFrom,
LocalDate dateTo,
String entryReferenceFrom,
String bookingStatus,
Boolean deltaList) |
CompletableFuture |
getTransactionsWithoutAccountId(String serviceSessionPassword,
String fintechUserId,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
String bankId,
String psUConsentSession,
UUID serviceSessionId,
LocalDate dateFrom,
LocalDate dateTo,
String entryReferenceFrom,
String bookingStatus,
Boolean deltaList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_getAccounts, _getTransactions, _getTransactionsWithoutAccountId, getAcceptHeader, getObjectMapper, getRequestpublic CompletableFuture getAccounts(String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechId, String bankID, String psUConsentSession, UUID serviceSessionId, Boolean withBalance)
getAccounts in interface TppBankingApiAccountInformationServiceAisApipublic CompletableFuture getTransactions(String accountId, String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechId, String bankID, String psUConsentSession, UUID serviceSessionId, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList)
getTransactions in interface TppBankingApiAccountInformationServiceAisApipublic CompletableFuture getTransactionsWithoutAccountId(String serviceSessionPassword, String fintechUserId, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechId, String bankId, String psUConsentSession, UUID serviceSessionId, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList)
getTransactionsWithoutAccountId in interface TppBankingApiAccountInformationServiceAisApiCopyright © 2020. All rights reserved.