feat: include receipt tax amount in match-specific endpoint response

This commit is contained in:
Iyeoluwa Akinrinola
2025-07-07 17:42:52 +01:00
parent 00b42f2c0f
commit 2e9afe5204
7 changed files with 32 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ class Receipt:
tax: float
vendor: str
category: str
description: str
@dataclass
class Transaction: