Click or drag to resize

EpsBankstatusResponse Konstruktor

Girocheckout
Initializes a new instance of the EpsBankstatusResponse class

Namensraum:  GiroSolution.GiroCheckout.Response
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public EpsBankstatusResponse(
	Nullable<int> bankcode,
	string bic,
	string bankname,
	Nullable<int> eps
)

Parameter

bankcode
Typ: SystemNullableInt32

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

bic
Typ: SystemString

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

bankname
Typ: SystemString

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

eps
Typ: SystemNullableInt32

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

Siehe auch