This website requires JavaScript.
Explore
Help
Sign In
codinux
/
BankingClient
Watch
1
Star
0
Fork
You've already forked BankingClient
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c576673efb
BankingClient
/
ui
/
fints4kBankingClient
/
src
/
commonMain
/
kotlin
/
net
/
dankito
/
banking
History
dankito
332c90a9e0
Fixed that response.errorsToShowToUser got mapped to an empty string instead of null if response.errorsToShowToUser is empty
2022-02-07 00:18:07 +01:00
..
extensions
Using now Date and UUID from common in fints4k. Could therefore remove klock
2022-02-07 00:17:53 +01:00
mapper
Fixed that response.errorsToShowToUser got mapped to an empty string instead of null if response.errorsToShowToUser is empty
2022-02-07 00:18:07 +01:00
fints4kBankingClient.kt
Added account to GetTransactionsParameter
2022-02-07 00:18:07 +01:00
fints4kBankingClientCreator.kt
Extracted interfaces for UI model classes Customer, BankAccount and AccountTransaction. So entities can implement these interfaces directly, there's no need for mapping anymore
2022-02-07 00:18:06 +01:00