diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-20 22:50:42 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-21 00:15:49 +0100 |
commit | 7375808ececd341d92533bc52c583524d25af792 (patch) | |
tree | ad4bd210f9b877fd817d99c0afe1626c4a2126db /basetypes | |
parent | 4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982 (diff) | |
download | LocalTransactionLedger-7375808ececd341d92533bc52c583524d25af792.tar.gz LocalTransactionLedger-7375808ececd341d92533bc52c583524d25af792.tar.bz2 LocalTransactionLedger-7375808ececd341d92533bc52c583524d25af792.zip |
feat: Bank Interest Detection
Diffstat (limited to 'basetypes')
-rw-r--r-- | basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt index a3910a0..288ba8c 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -8,6 +8,7 @@ enum class TransactionType { AUCTION_SOLD, AUTOMERCHANT_PROFIT_COLLECT, BANK_DEPOSIT, + BANK_INTEREST, BANK_WITHDRAW, BAZAAR_BUY_INSTANT, BAZAAR_BUY_ORDER, |