dankito
|
713a97fa16
|
Suppress compiler warning: [EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING] 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta.
|
2024-08-18 18:36:11 +02:00 |
dankito
|
a7be465008
|
Only adding the basic CustomerAccount and BankAccount data to TanChallenge. It's absolutely not senseful to send the whole CustomerAccount and BankAccount object over the wire in JSON body
|
2024-08-18 18:34:46 +02:00 |
dankito
|
d331a4810c
|
Implemented handling TAN in FinTs4kBankingClient
|
2024-08-18 17:53:32 +02:00 |
dankito
|
eaf44b107b
|
Added model for handling TAN
|
2024-08-18 17:13:01 +02:00 |
dankito
|
1a13d5620f
|
Using now only creator methods
|
2024-08-18 03:45:44 +02:00 |
dankito
|
8613bdb06c
|
Added GetAccountDataRequest so that user can specify credentials and GetAccountDataOptions in one object / request body
|
2024-08-18 03:34:35 +02:00 |
dankito
|
7706ab5c99
|
Made all classes open so that they can be overridden and adjusted
|
2024-08-17 13:39:34 +02:00 |
dankito
|
29210974f0
|
Added also kotlinx-serialization as compile only so that we can mark also properties as Transient for kotlinx-serialization
|
2024-08-17 04:54:06 +02:00 |
dankito
|
64a1f3afb5
|
Added annotation JsonIgnore to control Json serialization on JVM
|
2024-08-17 04:39:43 +02:00 |
dankito
|
0c9d1ab91c
|
Added BankingClient
|
2024-08-17 03:24:37 +02:00 |
dankito
|
d89a55e8d7
|
Renamed to retrievedTransactionsFrom and retrievedTransactionsTo
|
2024-08-17 02:05:17 +02:00 |
dankito
|
2a90e6d19d
|
Added no-arg constructors so that e.g. deserialization with Jackson works
|
2024-08-17 01:50:48 +02:00 |
dankito
|
21d13622d3
|
Made banking-client-model publishable
|
2024-08-16 16:55:33 +02:00 |
dankito
|
0baa3b670e
|
Added basic BankingClient model
|
2024-08-16 16:53:49 +02:00 |