BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints
dankito 0e0a7b5207 Implemented filtering out duplicate transactions as some banks return some transactions multiple times in MT940 response 2022-02-07 00:18:06 +01:00
..
callback Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
messages Implemented convenience constructors 2022-02-07 00:18:06 +01:00
model Implemented filtering out duplicate transactions as some banks return some transactions multiple times in MT940 response 2022-02-07 00:18:06 +01:00
response Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
tan MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon 2022-02-07 00:18:06 +01:00
transactions Fixed checking if usage is formatted 2022-02-07 00:18:06 +01:00
util Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
webclient Made IWebClient and FinTsClient async so that on iOS everything but the web request can run on the main thread -> we don't need to freeze objects to pass them between threads 2022-02-07 00:17:53 +01:00
FinTsClient.kt Implemented filtering out duplicate transactions as some banks return some transactions multiple times in MT940 response 2022-02-07 00:18:06 +01:00
FinTsClientForCustomer.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00