Class BankAccount

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

@Entity public class BankAccount extends Object implements Serializable
This class represents a bank account in the banking system. It contains the id, currency, balance, account number, IBAN, associated cards, bank identity, payments sent, and payments received.
See Also:
  • Constructor Details

    • BankAccount

      public BankAccount()