Interface Merchant


public interface Merchant
Interface, das ein Händlerkonto bei Girosolution repräsentiert.
See Also:
MerchantFactory
  • Method Summary

    Modifier and Type Method Description
    Project createProject​(int id, java.lang.String password)
    Erzeugt ein Händlerprojekt unter Angabe der Projekt-ID und des Projektpassworts.
  • Method Details

    • createProject

      Project createProject​(int id, java.lang.String password)
      Erzeugt ein Händlerprojekt unter Angabe der Projekt-ID und des Projektpassworts.
      Parameters:
      id - - Projekt ID
      password - - Passwort des Projekts
      Returns:
      Project