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,
	string shoppingCartType,
	string customerId,
	int shippingAmount,
	string shippingAddresseFirstName,
	string shippingAddresseLastName,
	string shippingCompany,
	string shippingAdditionalAddressInformation,
	string shippingStreet,
	string shippingStreetNumber,
	string shippingZipCode,
	string shippingCity,
	string shippingCountry,
	string shippingEmail,
	string merchantReconciliationReferenceNumber,
	int orderAmount,
	string orderId,
	PaydirektTransactionRequestItem[] cart,
	string invoiceId,
	string customerMail,
	Nullable<int> minimumAge,
	string urlRedirect,
	string urlNotify
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
type
Typ: SystemString
shoppingCartType
Typ: SystemString
customerId
Typ: SystemString
shippingAmount
Typ: SystemInt32
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: SystemInt32
orderId
Typ: SystemString
cart
Typ: GiroSolution.GiroCheckout.RequestPaydirektTransactionRequestItem
invoiceId
Typ: SystemString
customerMail
Typ: SystemString
minimumAge
Typ: SystemNullableInt32
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
Siehe auch