Click or drag to resize

CreditCardTransactionRequest Konstruktor

Girocheckout
Initializes a new instance of the CreditCardTransactionRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public CreditCardTransactionRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string type,
	string locale,
	Nullable<int> mobile,
	string pkn,
	Nullable<int> recurring,
	string urlRedirect,
	string urlNotify,
	string tds2Address,
	string tds2Postcode,
	string tds2City,
	string tds2Country,
	string tds2Optional,
	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
pkn
Typ: SystemString
recurring
Typ: SystemNullableInt32
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
tds2Address
Typ: SystemString
tds2Postcode
Typ: SystemString
tds2City
Typ: SystemString
tds2Country
Typ: SystemString
tds2Optional
Typ: SystemString
kassenzeichen
Typ: SystemString
Siehe auch