@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, getRequestpublic org.springframework.http.ResponseEntity<AccountList> aisAccountsGET(String bankId, UUID xRequestID, String xsrfToken, String fintechRedirectURLOK, String fintechRedirectURLNOK, String loARetrievalInformation, Boolean withBalance)
aisAccountsGET in interface FinTechAccountInformationApipublic 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 FinTechAccountInformationApiCopyright © 2020. All rights reserved.