Click or drag to resize

PaydirektCaptureResponse Konstruktor

Girocheckout
Initializes a new instance of the PaydirektCaptureResponse class

Namensraum:  GiroSolution.GiroCheckout.Response
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public PaydirektCaptureResponse(
	string reference,
	string merchantTxId,
	string backendTxId,
	Nullable<int> amount,
	string currency,
	Nullable<int> resultPayment
)

Parameter

reference
Typ: SystemString
merchantTxId
Typ: SystemString
backendTxId
Typ: SystemString
amount
Typ: SystemNullableInt32
currency
Typ: SystemString
resultPayment
Typ: SystemNullableInt32
Siehe auch