Click or drag to resize

PaymentPageRefundResponse Konstruktor

Girocheckout
Initializes a new instance of the PaymentPageRefundResponse class

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

Parameter

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