Class Payment

java.lang.Object
api.mpba.rastvdmy.entity.Payment
All Implemented Interfaces:
Serializable

@Entity public class Payment extends Object implements Serializable
This class represents a payment in the banking system. It contains the id, currency, status, reference number, date and time, description, amount, sender card, and receiver card.
See Also:
  • Constructor Details

    • Payment

      public Payment()