BankingClient/fints4k/src/commonMain/kotlin/net/dankito/banking/fints/model
2022-02-07 00:18:08 +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 Renamed usage to reference, remittee to recipient and instant payment to real-time transfer 2022-02-07 00:18:07 +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 Setting countDaysForWhichTransactionsAreKept now on account and not on bank anymore as the count may differs from account type to account type (e.g. 540 days for checking accounts and 9999 days for credit card accounts) 2022-02-07 00:18:07 +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 toString() 2022-02-07 00:18:07 +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 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 Added account to GetTransactionsParameter 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 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 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 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 detecting if wrong credentials have been entered (not 100 % reliable though) 2022-02-07 00:18:07 +01:00
TanChallenge.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00
TanMethod.kt Renamed nameOfTanMediaRequired to nameOfTanMediumRequired 2022-02-07 00:18:07 +01:00
TanMethodType.kt Renamed TanProcedure to TanMethod in fints4k 2022-02-07 00:18:07 +01:00