go-firefly3/docs/Transaction.md
2024-05-11 14:45:50 +03:00

747 B

Transaction

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
User string User ID [optional] [default to null]
GroupTitle string Title of the transaction if it has been split in more than one piece. Empty otherwise. [optional] [default to null]
Transactions []TransactionSplit [default to null]

[Back to Model list] [Back to API list] [Back to README]