BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/model
2022-02-07 00:18:06 +01:00
..
AccountData.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
AccountFeature.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
AccountTransaction.kt Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
Amount.kt Introduced Amount to be able to remove Ionspin BigDecimal dependency 2022-02-07 00:17:53 +01:00
BankData.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
BankTransferData.kt Introduced Amount to be able to remove Ionspin BigDecimal dependency 2022-02-07 00:17:53 +01:00
Currency.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
CustomerData.kt Made customerId and userId settable 2022-02-07 00:17:53 +01:00
DialogContext.kt Implemented retrieving user's TAN procedures with a non-strong authenticated dialog init with one step TAN procedure (the only process where one step TAN procedure is still allowed) as some banks like Postbank require this 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 Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +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 Implemented retrieving user's TAN procedures with a non-strong authenticated dialog init with one step TAN procedure (the only process where one step TAN procedure is still allowed) as some banks like Postbank require this 2022-02-07 00:18:06 +01:00
MessageLogEntry.kt Using now Date and UUID from common in fints4k. Could therefore remove klock 2022-02-07 00:17:53 +01:00
MessageLogEntryType.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
Money.kt Introduced Amount to be able to remove Ionspin BigDecimal dependency 2022-02-07 00:17:53 +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 Implemented that if a TAN procedure requires specifying TAN media name, that any tan media name gets supplied (in my tests it made absolutely no difference if the TAN media matches the TAN procedure) 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