Interface PaymentMapper


public interface PaymentMapper
Mapper for converting between PaymentRequest and PaymentResponse.

This interface uses MapStruct to automatically generate the implementation for mapping fields between the two data transfer objects (DTOs) related to payments.