Follow these instructions to create, in the eMerged_Library library,
the BankAccount business object which has these attributes:
- accountNumber (string)
- type (string)
- maxDailyWithdrawalLimit (double)
- balance (double)
- description (string)
- dataValid (boolean)