Click or drag to resize

GiropayTransactionRequest Konstruktor

Girocheckout
Initializes a new instance of the GiropayTransactionRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public GiropayTransactionRequest(
	Project project,
	string giropayMerchantId,
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string shoppingCartType,
	string shippingAddresseFirstName,
	string shippingAddresseLastName,
	string shippingCompany,
	string shippingAdditionalAddressInformation,
	string shippingStreet,
	string shippingStreetNumber,
	string shippingZipCode,
	string shippingCity,
	string shippingCountry,
	string shippingEmail,
	string merchantOrderReferenceNumber,
	ShoppingCartItem[] cart,
	string deliveryType,
	string urlRedirect,
	string urlNotify,
	string kassenzeichen
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
giropayMerchantId
Typ: SystemString
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
shoppingCartType
Typ: SystemString
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
merchantOrderReferenceNumber
Typ: SystemString
cart
Typ: GiroSolution.GiroCheckout.RequestShoppingCartItem
deliveryType
Typ: SystemString
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
kassenzeichen
Typ: SystemString
Siehe auch