Click or drag to resize

PaydirektTransactionRequestItem Konstruktor

Girocheckout
Initializes a new instance of the PaydirektTransactionRequestItem class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public PaydirektTransactionRequestItem(
	string name,
	string ean,
	decimal quantity,
	Nullable<int> grossAmount
)

Parameter

name
Typ: SystemString
ean
Typ: SystemString
quantity
Typ: SystemDecimal
grossAmount
Typ: SystemNullableInt32
Siehe auch