BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/model
2022-02-07 00:18:14 +01:00
..
mapper Renamed tanMethodSupportedByBank to tanMethodsSupportedByBank 2022-02-07 00:18:14 +01:00
AccountData.kt Fixed that accounts for which types we think we don't support them, but which support to retrieve balance or transactions anyway (e.g. Sparkonten also seem to support HKSAL and HKKAZ, but i can't tell for sure) are now also evaluated as supported 2022-02-07 00:18:08 +01:00
AccountFeature.kt Made order a little bit more logical 2022-02-07 00:18:08 +01:00
AccountTransaction.kt Renamed usage to reference, remittee to recipient and instant payment to real-time transfer 2022-02-07 00:18:07 +01:00
AddAccountParameter.kt Added fetchBalanceAndTransactions to addAccount() to determine if balance and transactions should be retrieved after retrieving bank accounts of a newly added account 2022-02-07 00:18:07 +01:00
Amount.kt Added conversion to BigDecimal directly to Amount 2022-02-07 00:18:07 +01:00
BankData.kt Renamed tanMethodSupportedByBank to tanMethodsSupportedByBank 2022-02-07 00:18:14 +01:00
BankDataExtensions.kt Added fetchBalanceAndTransactions to addAccount() to determine if balance and transactions should be retrieved after retrieving bank accounts of a newly added account 2022-02-07 00:18:07 +01:00
BankTransferData.kt Renamed usage to reference, remittee to recipient and instant payment to real-time transfer 2022-02-07 00:18:07 +01:00
CreditCardTransaction.kt Added parsing transactionDescriptionSupplement 2022-02-07 00:18:13 +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
DecoupledTanMethodParameters.kt Implemented mapping DecoupledTanMethodParameters 2022-02-07 00:18:14 +01:00
DialogContext.kt Forgot to commit that closeDialog has been added 2022-02-07 00:18:08 +01:00
EnterTanGeneratorAtcResult.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
EnterTanResult.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
FlickerCodeTanChallenge.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
GetTransactionsParameter.kt Implemented using updated account information after retrieving new bank data 2022-02-07 00:18:14 +01:00
HHDVersion.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
ImageTanChallenge.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
MessageBaseData.kt Merged CustomerData and BankData 2022-02-07 00:18:06 +01:00
MessageLogEntry.kt Implemented adding errors to MessageLog 2022-02-07 00:18:14 +01:00
MessageLogEntryType.kt Implemented adding errors to MessageLog 2022-02-07 00:18:14 +01:00
Money.kt Added conversion to BigDecimal directly to Amount 2022-02-07 00:18:07 +01:00
ProductData.kt Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00
RetrievedAccountData.kt Implemented toString() 2022-02-07 00:18:14 +01:00
TanChallenge.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
TanMethod.kt Implemented mapping DecoupledTanMethodParameters 2022-02-07 00:18:14 +01:00
TanMethodType.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00