Class AccountModel

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

@Entity public class AccountModel extends Object implements Serializable
Represents an account in the payment microservice. This model is used to store account information such as balance, creation date, last updated date, and associated payments.
Since:
1.0.0
Version:
1.0.0, 06/26/2025
Author:
Fernando Cruz Cavina
See Also:
  • Constructor Details

    • AccountModel

      public AccountModel()
  • Method Details