Click or drag to resize

GiropayTransactionWithGiropayIDRequest Konstruktor

Girocheckout
Initializes a new instance of the GiropayTransactionWithGiropayIDRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public GiropayTransactionWithGiropayIDRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string bic,
	string iban,
	string info1Label,
	string info2Label,
	string info3Label,
	string info4Label,
	string info5Label,
	string info1Text,
	string info2Text,
	string info3Text,
	string info4Text,
	string info5Text,
	string urlRedirect,
	string urlNotify
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
bic
Typ: SystemString
iban
Typ: SystemString
info1Label
Typ: SystemString
info2Label
Typ: SystemString
info3Label
Typ: SystemString
info4Label
Typ: SystemString
info5Label
Typ: SystemString
info1Text
Typ: SystemString
info2Text
Typ: SystemString
info3Text
Typ: SystemString
info4Text
Typ: SystemString
info5Text
Typ: SystemString
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
Siehe auch