Click or drag to resize

PaydirektCaptureRequest Konstruktor

Girocheckout
Initializes a new instance of the PaydirektCaptureRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public PaydirektCaptureRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string reference,
	string merchantReconciliationReferenceNumber,
	Nullable<bool> finalCapture,
	string kassenzeichen
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
reference
Typ: SystemString
merchantReconciliationReferenceNumber
Typ: SystemString
finalCapture
Typ: SystemNullableBoolean
kassenzeichen
Typ: SystemString
Siehe auch