Commit graph

136 commits

Author SHA1 Message Date
ac3bc57875 Changed order 2024-09-18 02:13:00 +02:00
40ad61ebab Fixed mapping 2024-09-18 02:12:44 +02:00
27e191cba6 Bumped version to 0.6.1-SNAPSHOT 2024-09-17 18:02:18 +02:00
cc1a60cb61 Bumped version to 0.6.0 2024-09-17 17:52:52 +02:00
145686b453 Updated to new fints4k version 2024-09-17 17:52:52 +02:00
44a875eeec Added errorType to error output 2024-09-17 17:26:35 +02:00
62fe93e88e Added example for reading TAN from command line 2024-09-17 17:23:30 +02:00
2853087836 Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallenge 2024-09-17 17:18:27 +02:00
4fbb0425e6 Added add() methods for list properties 2024-09-17 15:29:33 +02:00
9af8d0eb1d Split AccountTransaction.userSetDisplayName into userSetReference and userSetOtherPartyName, and added userSetDisplayName to TanMedium, TanMethod and Holding 2024-09-17 15:29:03 +02:00
045774ff3f Made collections val MutableList to be overridable with a derived collection class 2024-09-17 00:28:43 +02:00
400c13d6a2 Added countryCode 2024-09-16 17:30:49 +02:00
62482fb5a3 Renamed bankCode to domesticBankCode 2024-09-16 17:22:46 +02:00
68317f3b1c Made changeable properties var and using List instead of MutableList for transactions 2024-09-16 17:16:41 +02:00
72608a444d Renamed User to BankAccess 2024-09-16 16:33:08 +02:00
89e21dc38a Made BIC nullable 2024-09-16 16:14:52 +02:00
8f822e9469 Made properties overridable and variable 2024-09-12 13:57:07 +02:00
a6b2ed8729 Added identifier 2024-09-12 13:17:01 +02:00
83dfd41784 Added Amount.isNegative and Collection<Amount>.sum() extension methods 2024-09-12 03:58:22 +02:00
52af60077a Fixed Amount for wasmJs 2024-09-12 03:56:34 +02:00
bf211e238f Fixed Amount for Apple platforms 2024-09-12 03:47:05 +02:00
fd7a3bc747 Added arithmetic operations to Amount 2024-09-12 03:30:00 +02:00
825dc7c8b9 Copied referenced methods over from fints4k so i could make fints4k dependency an implementation detail 2024-09-11 23:59:20 +02:00
54940742f7 Renamed lastTransactionsRetrievalTime to lastAccountUpdateTime 2024-09-11 23:21:06 +02:00
5187e34797 Implemented mapping Holdings 2024-09-11 22:47:13 +02:00
c5b7967ce1 Added tanMethodsNotSupportedByApplication to filter out TanMethods not supported by application (by default: ChipTanUsb) 2024-09-10 03:26:39 +02:00
99c864bcf1 Belongs to set default bank values, IntelliJ didn't show me these files in commit dialog 2024-09-10 01:24:13 +02:00
97604d59c9 Implemented changing TAN method (but better find instance in FinTsData instead of creating a new instance) 2024-09-10 01:21:33 +02:00
aa7b7afaf0 Passing known bank data on to FinTsClient as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bank 2024-09-09 23:01:57 +02:00
73b760ae68 Updated tanExpirationTime's new data type 2024-09-09 03:40:49 +02:00
1f8fecca7c Passing fints4k's new addTanExpiredCallback on to BankingClient 2024-09-09 03:40:25 +02:00
384ab2fd9e Renamed finTsServerAddress to serverAddress and made it nullable 2024-09-09 00:37:54 +02:00
432e5016a9 Added JsonIgnore 2024-09-09 00:36:34 +02:00
705740a0d0 Disabled test as it's not a real test 2024-09-08 22:58:52 +02:00
d8499b4ce2 Updated to new fints4k model 2024-09-08 22:58:28 +02:00
8f5024b169 Added tanExpirationTime and challengeCreationTimestamp 2024-09-08 22:50:07 +02:00
4298fc9e40 Added isNumericTan 2024-09-08 22:46:47 +02:00
4acb58b571 Added finTsServerAddress 2024-09-08 22:44:08 +02:00
95b37f0cb8 Added section comment 2024-09-08 22:27:01 +02:00
2c2db147b4 Renamed otherPartyBankCode to otherPartyBankId and made reference nullable 2024-09-08 22:09:59 +02:00
e6aec071a2 Using the default values from GetAccountDataOptions. Fixes that otherwise fints4k uses other preferred TAN methods than BankingClient 2024-09-08 21:56:51 +02:00
376cb08a9f Renamed transactionsRetentionDays to serverTransactionsRetentionDays 2024-09-08 21:55:31 +02:00
288af22ac6 Added AccountTransaction documentation from fints4k 2024-09-05 23:37:25 +02:00
713bfa4b50 Matched AccountTransaction property names that ones from fints4k 2024-09-05 23:26:40 +02:00
adf8cfa750 Added convenience methods for features 2024-09-05 23:11:52 +02:00
783675d82a Extracted constant DefaultCurrency 2024-09-05 23:07:59 +02:00
a680b6534c Implemented setting account's displayIndex 2024-09-05 23:03:11 +02:00
cb45c181ae Renamed UserAccount to User 2024-09-05 23:00:17 +02:00
c35026bfcc Implemented transferMoneyAsync() 2024-09-05 22:54:32 +02:00
675066c216 Added convenience constructor 2024-09-05 22:43:37 +02:00