Click or drag to resize

DirectDebitTransactionWithPaymentPageRequest Konstruktor

Girocheckout
Initializes a new instance of the DirectDebitTransactionWithPaymentPageRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public DirectDebitTransactionWithPaymentPageRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string type,
	string locale,
	Nullable<int> mobile,
	string mandateReference,
	string mandateSignedOn,
	string mandateReceiverName,
	Nullable<int> mandateSequence,
	string pkn,
	string urlRedirect,
	string urlNotify,
	string kassenzeichen
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
type
Typ: SystemString
locale
Typ: SystemString
mobile
Typ: SystemNullableInt32
mandateReference
Typ: SystemString
mandateSignedOn
Typ: SystemString
mandateReceiverName
Typ: SystemString
mandateSequence
Typ: SystemNullableInt32
pkn
Typ: SystemString
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
kassenzeichen
Typ: SystemString
Siehe auch