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.2.0.0 (1.2.0.0)
Syntax
public GiropayBankstatusResponse(
	Nullable<int> bankcode,
	string bic,
	string bankname,
	Nullable<int> giropay,
	Nullable<int> giropayid
)

Parameter

bankcode
Typ: SystemNullableInt32

[Missing <param name="bankcode"/> documentation for "M:GiroSolution.GiroCheckout.Response.GiropayBankstatusResponse.#ctor(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

bic
Typ: SystemString

[Missing <param name="bic"/> documentation for "M:GiroSolution.GiroCheckout.Response.GiropayBankstatusResponse.#ctor(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

bankname
Typ: SystemString

[Missing <param name="bankname"/> documentation for "M:GiroSolution.GiroCheckout.Response.GiropayBankstatusResponse.#ctor(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

giropay
Typ: SystemNullableInt32

[Missing <param name="giropay"/> documentation for "M:GiroSolution.GiroCheckout.Response.GiropayBankstatusResponse.#ctor(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

giropayid
Typ: SystemNullableInt32

[Missing <param name="giropayid"/> documentation for "M:GiroSolution.GiroCheckout.Response.GiropayBankstatusResponse.#ctor(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Siehe auch