Creating the deposit to deposit operation map
You will need to create the map between generic bank accounts and specific ones.
Follow these tasks to create the deposit to deposit operation map:
Creating the operation map
Creating the generic amount to specific inputAmount parameter map
Creating the generic BankAccount to specific Account parameter map
Creating the specific Account to generic CashAmount parameter map
Parent topic:
Creating the Bank Interface Map
Previous topic:
Creating the withdraw to withdraw operation map
Next topic:
Creating the transfer to transfer operation map