@RestController public class FinTechAccountInformationImpl extends Object implements FinTechAccountInformationApi
log
Constructor and Description |
---|
FinTechAccountInformationImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<AccountList> |
aisAccountsGET(String bankId,
UUID xRequestID,
String xsrfToken,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loARetrievalInformation,
Boolean withBalance) |
org.springframework.http.ResponseEntity<TransactionsResponse> |
aisTransactionsGET(String bankId,
String accountId,
UUID xRequestID,
String xsrfToken,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loTRetrievalInformation,
LocalDate dateFrom,
LocalDate dateTo,
String entryReferenceFrom,
String bookingStatus,
Boolean deltaList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_aisAccountsGET, _aisTransactionsGET, getAcceptHeader, getObjectMapper, getRequest
public org.springframework.http.ResponseEntity<AccountList> aisAccountsGET(String bankId, UUID xRequestID, String xsrfToken, String fintechRedirectURLOK, String fintechRedirectURLNOK, String loARetrievalInformation, Boolean withBalance)
aisAccountsGET
in interface FinTechAccountInformationApi
public org.springframework.http.ResponseEntity<TransactionsResponse> aisTransactionsGET(String bankId, String accountId, UUID xRequestID, String xsrfToken, String fintechRedirectURLOK, String fintechRedirectURLNOK, String loTRetrievalInformation, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList)
aisTransactionsGET
in interface FinTechAccountInformationApi
Copyright © 2020. All rights reserved.