Click or drag to resize

EpcGetResponse Konstruktor

Girocheckout
Initializes a new instance of the EpcGetResponse class

Namensraum:  GiroSolution.GiroCheckout.Response
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public EpcGetResponse(
	Nullable<int> amount,
	string currency,
	string purposetext,
	string purposecode,
	string paymentreference,
	string infotext,
	string receiverName,
	string receiverIban,
	string receiverBic,
	string girocodeReference,
	string image
)

Parameter

amount
Typ: SystemNullableInt32
currency
Typ: SystemString
purposetext
Typ: SystemString
purposecode
Typ: SystemString
paymentreference
Typ: SystemString
infotext
Typ: SystemString
receiverName
Typ: SystemString
receiverIban
Typ: SystemString
receiverBic
Typ: SystemString
girocodeReference
Typ: SystemString
image
Typ: SystemString
Siehe auch