@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, getRequest
public 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 TppBankingApiAccountInformationServiceAisApi
public 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 TppBankingApiAccountInformationServiceAisApi
public 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 TppBankingApiAccountInformationServiceAisApi
Copyright © 2020. All rights reserved.