Click or drag to resize

GiropayBankstatusResponse Konstruktor

Girocheckout
Initializes a new instance of the GiropayBankstatusResponse class

Namensraum:  GiroSolution.GiroCheckout.Response
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public GiropayBankstatusResponse(
	Nullable<int> bankcode,
	string bic,
	string bankname,
	Nullable<int> giropay,
	Nullable<int> giropayid
)

Parameter

bankcode
Typ: SystemNullableInt32
bic
Typ: SystemString
bankname
Typ: SystemString
giropay
Typ: SystemNullableInt32
giropayid
Typ: SystemNullableInt32
Siehe auch