Click or drag to resize

PaydirektTransactionRequest Konstruktor

Girocheckout
Initializes a new instance of the PaydirektTransactionRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public PaydirektTransactionRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string type,
	Nullable<int> securedAuth,
	string securedAuthUntil,
	string shoppingCartType,
	string customerId,
	Nullable<int> shippingAmount,
	string shippingAddresseFirstName,
	string shippingAddresseLastName,
	string shippingCompany,
	string shippingAdditionalAddressInformation,
	string shippingStreet,
	string shippingStreetNumber,
	string shippingZipCode,
	string shippingCity,
	string shippingCountry,
	string shippingEmail,
	string merchantReconciliationReferenceNumber,
	Nullable<int> orderAmount,
	string orderId,
	ShoppingCartItem[] cart,
	string invoiceId,
	string customerMail,
	Nullable<int> minimumAge,
	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
securedAuth
Typ: SystemNullableInt32
securedAuthUntil
Typ: SystemString
shoppingCartType
Typ: SystemString
customerId
Typ: SystemString
shippingAmount
Typ: SystemNullableInt32
shippingAddresseFirstName
Typ: SystemString
shippingAddresseLastName
Typ: SystemString
shippingCompany
Typ: SystemString
shippingAdditionalAddressInformation
Typ: SystemString
shippingStreet
Typ: SystemString
shippingStreetNumber
Typ: SystemString
shippingZipCode
Typ: SystemString
shippingCity
Typ: SystemString
shippingCountry
Typ: SystemString
shippingEmail
Typ: SystemString
merchantReconciliationReferenceNumber
Typ: SystemString
orderAmount
Typ: SystemNullableInt32
orderId
Typ: SystemString
cart
Typ: GiroSolution.GiroCheckout.RequestShoppingCartItem
invoiceId
Typ: SystemString
customerMail
Typ: SystemString
minimumAge
Typ: SystemNullableInt32
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
kassenzeichen
Typ: SystemString
Siehe auch