The deposit operation has the following input and output:
- Input - amount with CashAmount type
- Input - customerNumber with CustomerNumber type
- Output - newBalance with CashAmount type
Follow these steps to add the deposit operation to the
Brokerage interface: