@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public interface FinTechAccountInformationApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default org.springframework.http.ResponseEntity<AccountList> |
_aisAccountsGET(String bankId,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loARetrievalInformation,
@Valid Boolean withBalance) |
default org.springframework.http.ResponseEntity<TransactionsResponse> |
_aisTransactionsGET(String bankId,
String accountId,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loTRetrievalInformation,
@Valid LocalDate dateFrom,
@Valid LocalDate dateTo,
@Valid String entryReferenceFrom,
@Valid String bookingStatus,
@Valid Boolean deltaList) |
default org.springframework.http.ResponseEntity<AccountList> |
aisAccountsGET(String bankId,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loARetrievalInformation,
Boolean withBalance) |
default org.springframework.http.ResponseEntity<TransactionsResponse> |
aisTransactionsGET(String bankId,
String accountId,
UUID xRequestID,
String X_XSRF_TOKEN,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
String loTRetrievalInformation,
LocalDate dateFrom,
LocalDate dateTo,
String entryReferenceFrom,
String bookingStatus,
Boolean deltaList) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/ais/banks/{bank-id}/accounts", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<AccountList> _aisAccountsGET(@PathVariable(value="bank-id") String bankId, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @RequestHeader(value="Fintech-Redirect-URL-OK",required=true) String fintechRedirectURLOK, @RequestHeader(value="Fintech-Redirect-URL-NOK",required=true) String fintechRedirectURLNOK, @RequestHeader(value="LoARetrievalInformation",required=true) String loARetrievalInformation, @Valid @RequestParam(value="withBalance",required=false) @Valid Boolean withBalance)
default org.springframework.http.ResponseEntity<AccountList> aisAccountsGET(String bankId, UUID xRequestID, String X_XSRF_TOKEN, String fintechRedirectURLOK, String fintechRedirectURLNOK, String loARetrievalInformation, Boolean withBalance)
@RequestMapping(value="/v1/ais/banks/{bank-id}/accounts/{account-id}/transactions", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<TransactionsResponse> _aisTransactionsGET(@PathVariable(value="bank-id") String bankId, @PathVariable(value="account-id") String accountId, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @RequestHeader(value="Fintech-Redirect-URL-OK",required=true) String fintechRedirectURLOK, @RequestHeader(value="Fintech-Redirect-URL-NOK",required=true) String fintechRedirectURLNOK, @RequestHeader(value="LoTRetrievalInformation",required=true) String loTRetrievalInformation, @Valid @RequestParam(value="dateFrom",required=false) @Valid LocalDate dateFrom, @Valid @RequestParam(value="dateTo",required=false) @Valid LocalDate dateTo, @Valid @RequestParam(value="entryReferenceFrom",required=false) @Valid String entryReferenceFrom, @Valid @RequestParam(value="bookingStatus",required=false) @Valid String bookingStatus, @Valid @RequestParam(value="deltaList",required=false) @Valid Boolean deltaList)
default org.springframework.http.ResponseEntity<TransactionsResponse> aisTransactionsGET(String bankId, String accountId, UUID xRequestID, String X_XSRF_TOKEN, String fintechRedirectURLOK, String fintechRedirectURLNOK, String loTRetrievalInformation, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList)
Copyright © 2020. All rights reserved.