Class BankIdentity

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

@Entity public class BankIdentity extends Object implements Serializable
This class represents a bank identity in the banking system. It contains the id, bank name, bank number, SWIFT code, associated user, access tokens, and the bank accounts linked to the identity.
See Also:
  • Constructor Details

    • BankIdentity

      public BankIdentity()