Package com.girosolution.girocheckout
Interface Merchant
public interface Merchant
Interface, das ein Händlerkonto bei Girosolution repräsentiert.
- See Also:
MerchantFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateProject(int id, String password)
Erzeugt ein Händlerprojekt unter Angabe der Projekt-ID und des Projektpassworts.
-
Method Details
-
createProject
Erzeugt ein Händlerprojekt unter Angabe der Projekt-ID und des Projektpassworts.- Parameters:
id
- - Projekt IDpassword
- - Passwort des Projekts- Returns:
- Project
-