Added alternative names

This commit is contained in:
dankito 2024-08-23 13:08:00 +02:00
parent 4f3924f2cd
commit 3d385b5bdf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import net.dankito.banking.fints.extensions.UnixEpochStart
@Serializable
open class AccountTransaction(
val amount: Money, // TODO: if we decide to stick with Money, create own type, don't use that one from fints.model (or move over from)
val unparsedReference: String,
val unparsedReference: String, // alternative names: purpose, reason
val bookingDate: LocalDate,
val otherPartyName: String?,
val otherPartyBankCode: String?,