Class PaymentMethodDto

java.lang.Object
com.glowmart.shop_management.dto.PaymentMethodDto

public class PaymentMethodDto extends Object
Data Transfer Object (DTO) for the Payment Method entity.

This class is used to transfer payment method-related data between different layers of the application, ensuring that only the necessary details are exposed in API responses.

  • Constructor Details

    • PaymentMethodDto

      public PaymentMethodDto()