BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/model
2022-02-07 00:18:07 +01:00
..
AccountData.kt Removed unused supportsRetrievingTransactionsOfLast90DaysWithoutTan and triedToRetrieveTransactionsOfLast90DaysWithoutTan 2022-02-07 00:18:06 +01:00
AccountFeature.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
AccountTransaction.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
Amount.kt Introduced Amount to be able to remove Ionspin BigDecimal dependency 2022-02-07 00:17:53 +01:00
BankData.kt Added bankCodeForOnlineBanking to make clear that bank code for online banking may differs from bank's bank code 2022-02-07 00:18:06 +01:00
BankTransferData.kt Introduced Amount to be able to remove Ionspin BigDecimal dependency 2022-02-07 00:17:53 +01:00
Currency.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
DialogContext.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
EnterTanGeneratorAtcResult.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
EnterTanResult.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
FlickerCodeTanChallenge.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
GetTransactionsParameter.kt Implemented checking if bank supports setting count max entries. Had to adjust Jackson serialization so that and not just JobParameters gets saved and restored and to implement a lot of default constructors for this 2022-02-07 00:18:07 +01:00
HHDVersion.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
ImageTanChallenge.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
MessageBaseData.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
MessageLogEntry.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
MessageLogEntryType.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
Money.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
ProductData.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
TanChallenge.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
TanProcedure.kt Fixed that comparing TanProcedures failed 2022-02-07 00:18:06 +01:00
TanProcedureType.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00