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

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

Parameter

reference
Typ: SystemString

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

merchantTxId
Typ: SystemString

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

backendTxId
Typ: SystemString

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

amount
Typ: SystemNullableInt32

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

currency
Typ: SystemString

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

resultPayment
Typ: SystemNullableInt32

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

Siehe auch