Click or drag to resize
ToolsGetTransactionResponse Konstruktor
Girocheckout
Initializes a new instance of the ToolsGetTransactionResponse class

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

Parameter

reference
Typ: SystemString

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

merchantTxId
Typ: SystemString

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

backendTxId
Typ: SystemString

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

amount
Typ: SystemNullableInt32

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

currency
Typ: SystemString

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

resultPayment
Typ: SystemNullableInt32

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

resultAVS
Typ: SystemNullableInt32

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

obvName
Typ: SystemString

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

Siehe auch