blob: 939c7f2f7b8b3a9746aaa42a8526df18c359a293 (
plain)
1
2
3
4
5
6
7
8
9
|
# req-108
Transactions must have an `amount` property, which, if positive, represents the
amount of money transferred into the user's account, or, if negative, represents
the amount of money transferred out of the user's account.
Sources: req-106, req-030
Satisfied by: dml-transaction
|