feat(transaction-recurring): #100 generate transactions
This commit was merged in pull request #136.
This commit is contained in:
@@ -34,16 +34,6 @@ type Transaction struct {
|
||||
UpdatedBy *uuid.UUID `db:"updated_by"`
|
||||
}
|
||||
|
||||
type TransactionInput struct {
|
||||
Id string
|
||||
AccountId string
|
||||
TreasureChestId string
|
||||
Value string
|
||||
Timestamp string
|
||||
Party string
|
||||
Description string
|
||||
}
|
||||
|
||||
type TransactionItemsFilter struct {
|
||||
AccountId string
|
||||
TreasureChestId string
|
||||
|
||||
Reference in New Issue
Block a user