Bank Accounts
Bank Accounts Module
This module manages bank accounts within the system, allowing to create, update, query, and delete information related to bank accounts for accounts and subaccounts.
Module structure
- controller/routes - Controller endpoints and routes definition
- service/logic - Business logic and services
- entities/database - Entities and database modeling
- DTO-(Inputs/outputs) - Data transfer objects for input and output