MerchantcreateProject Methode |
Girocheckout
Erzeugt ein Händlerprojekt unter Angabe der Projekt-ID und des Projektpassworts.
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Project createProject(
int id,
string password
)
Public Function createProject (
id As Integer,
password As String
) As Project
public:
Project^ createProject(
int id,
String^ password
)
Parameter
- id
- Typ: SystemInt32
Projekt-ID - password
- Typ: SystemString
Projektpasswort
Rückgabewert
Typ:
Project
Siehe auch