Click or drag to resize

DirectDebitCancelResponse Konstruktor

Girocheckout
Initializes a new instance of the DirectDebitCancelResponse class

Namensraum:  GiroSolution.GiroCheckout.Response
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public DirectDebitCancelResponse(
	string reference,
	string merchantTxId,
	string backendTxId,
	Nullable<int> resultPayment
)

Parameter

reference
Typ: SystemString

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

merchantTxId
Typ: SystemString

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

backendTxId
Typ: SystemString

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

resultPayment
Typ: SystemNullableInt32

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

Siehe auch