aboutsummaryrefslogtreecommitdiff
path: root/basetypes
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-01-20 22:50:42 +0100
committerLinnea Gräf <nea@nea.moe>2025-01-21 00:15:49 +0100
commit7375808ececd341d92533bc52c583524d25af792 (patch)
treead4bd210f9b877fd817d99c0afe1626c4a2126db /basetypes
parent4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982 (diff)
downloadLocalTransactionLedger-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.kt1
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,