Interface Bank

  • All Superinterfaces:
    io.surati.gap.admin.base.api.Person, ThirdParty
    All Known Implementing Classes:
    DbBank

    public interface Bank
    extends ThirdParty
    Bank.
    Since:
    3.0
    • Field Detail

      • EMPTY

        static final Bank EMPTY
    • Method Detail

      • representative

        String representative()
      • representativePosition

        String representativePosition()
      • representativeCivility

        String representativeCivility()
      • headquarters

        String headquarters()
      • headquarters

        void headquarters​(String place)
      • representative

        void representative​(String name,
                            String position,
                            String civility)