Package com.bank.payment.models
Class PaymentModel
java.lang.Object
com.bank.payment.models.PaymentModel
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PaymentModel
public PaymentModel()
-
-
Method Details
-
convertToPaymentEventDto
-