Class PaymentDto

java.lang.Object
com.bank.payment.dtos.PaymentDto

public class PaymentDto extends Object
DTO for payment information. This DTO contains the necessary information about a payment, including its ID, description, and the amount paid.
Since:
1.0.0
Version:
1.0.0, 06/26/2025
Author:
Fernando Cruz Cavina
  • Constructor Details

    • PaymentDto

      public PaymentDto(String paymentDescription, BigDecimal amountPaid)