Interface Merchant


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

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

    • createProject

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