Closed SilasReinagel closed 6 years ago
Nouns: Account
, Currency
Verbs: Deposit
Object: Account
Behavior: Deposit(Currency)
Object: Account Message: Deposit(Currency) Behavior: Response to the message. Either do nothing, send a message, or do a computation.
We may have to tweak this slightly. I think maybe Deposit(Amount)
might be more appropriate, where an Amount
has some number value and a Currency
.
User should be able to to deposit an amount of currency at a specific point in time to his created account. Account balance should be correct.