Class PixModel

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

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

    • PixModel

      public PixModel()