Class PaymentModel

java.lang.Object
com.bank.payment.models.PaymentModel
All Implemented Interfaces:
Serializable

@Entity public class PaymentModel extends Object implements Serializable
Represents a payment in the payment microservice. This model is used to store payment information such as amount, sender, receiver, and payment status.
Since:
1.0.0
Version:
1.0.0, 06/26/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • PaymentModel

      public PaymentModel()
  • Method Details

    • convertToPaymentEventDto

      public PaymentEventDto convertToPaymentEventDto()