Interface BankAccountMapper


public interface BankAccountMapper
Mapper interface for converting between BankAccountRequest and BankAccountResponse.

This interface utilizes MapStruct to automatically generate the implementation for mapping fields between the two data transfer objects (DTOs). The mappings ensure that fields are correctly transferred between request and response objects for bank account operations.