Uses of Class
de.adorsys.opba.tppbankingapi.ais.model.generated.TransactionsResponse
-
Packages that use TransactionsResponse Package Description de.adorsys.opba.tppbankingapi.ais.model.generated de.adorsys.opba.tppbankingapi.ais.resource.generated -
-
Uses of TransactionsResponse in de.adorsys.opba.tppbankingapi.ais.model.generated
Methods in de.adorsys.opba.tppbankingapi.ais.model.generated that return TransactionsResponse Modifier and Type Method Description TransactionsResponseTransactionsResponse. account(AccountReference account)TransactionsResponseTransactionsResponse. transactions(AccountReport transactions) -
Uses of TransactionsResponse in de.adorsys.opba.tppbankingapi.ais.resource.generated
Methods in de.adorsys.opba.tppbankingapi.ais.resource.generated that return types with arguments of type TransactionsResponse Modifier and Type Method Description default CompletableFuture<org.springframework.http.ResponseEntity<TransactionsResponse>>TppBankingApiAccountInformationServiceAisApi. _getTransactions(String accountId, String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID, @Valid LocalDate dateFrom, @Valid LocalDate dateTo, @Valid String entryReferenceFrom, @Valid String bookingStatus, @Valid Boolean deltaList, @Valid Boolean online)default CompletableFuture<org.springframework.http.ResponseEntity<TransactionsResponse>>TppBankingApiAccountInformationServiceAisApi. _getTransactionsWithoutAccountId(String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID, @Valid LocalDate dateFrom, @Valid LocalDate dateTo, @Valid String entryReferenceFrom, @Valid String bookingStatus, @Valid Boolean deltaList)default CompletableFuture<org.springframework.http.ResponseEntity<TransactionsResponse>>TppBankingApiAccountInformationServiceAisApi. getTransactions(String accountId, String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList, Boolean online)default CompletableFuture<org.springframework.http.ResponseEntity<TransactionsResponse>>TppBankingApiAccountInformationServiceAisApi. getTransactionsWithoutAccountId(String serviceSessionPassword, String fintechUserID, String fintechRedirectURLOK, String fintechRedirectURLNOK, UUID xRequestID, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID, LocalDate dateFrom, LocalDate dateTo, String entryReferenceFrom, String bookingStatus, Boolean deltaList)
-