Click or drag to resize

ProjectcreatePaymentPageRequest Methode

Girocheckout

Namensraum:  GiroSolution.GiroCheckout
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public PaymentPageRequest createPaymentPageRequest(
	string merchantTxId,
	int amount,
	string currency,
	string purpose,
	string description,
	Nullable<int> pagetype,
	string expirydate,
	Nullable<int> single,
	Nullable<int> timeout,
	string txType,
	string locale,
	string paymethods,
	string payprojects,
	string organization,
	Nullable<int> freeamount,
	string fixedvalues,
	Nullable<int> minamount,
	Nullable<int> maxamount,
	string orderid,
	string projectlist,
	string pkn,
	int test,
	Nullable<int> certdata,
	string otherpayments,
	string paydirektShoppingCartType,
	string paydirektShippingFirstName,
	string paydirektShippingLastName,
	string paydirektShippingCompany,
	string paydirektShippingAdditionalAddressInformation,
	string paydirektShippingStreet,
	string paydirektShippingStreetNumber,
	string paydirektShippingZipCode,
	string paydirektShippingCity,
	string paydirektShippingCountry,
	string paydirektShippingEmail,
	string paydirektMerchantReconciliationReferenceNumber,
	ShoppingCartItem[] paydirektCart,
	string paydirektDeliveryType,
	string successUrl,
	string backUrl,
	string failUrl,
	string notifyUrl,
	string tds2Address,
	string tds2Postcode,
	string tds2City,
	string tds2Country,
	string tds2Optional,
	string mandateReference,
	string mandateSignedOn,
	string mandateReceiverName,
	Nullable<int> mandateSequence,
	string informationText,
	string kassenzeichen,
	Nullable<int> qrcodeReturn
)

Parameter

merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
purpose
Typ: SystemString
description
Typ: SystemString
pagetype
Typ: SystemNullableInt32
expirydate
Typ: SystemString
single
Typ: SystemNullableInt32
timeout
Typ: SystemNullableInt32
txType
Typ: SystemString
locale
Typ: SystemString
paymethods
Typ: SystemString
payprojects
Typ: SystemString
organization
Typ: SystemString
freeamount
Typ: SystemNullableInt32
fixedvalues
Typ: SystemString
minamount
Typ: SystemNullableInt32
maxamount
Typ: SystemNullableInt32
orderid
Typ: SystemString
projectlist
Typ: SystemString
pkn
Typ: SystemString
test
Typ: SystemInt32
certdata
Typ: SystemNullableInt32
otherpayments
Typ: SystemString
paydirektShoppingCartType
Typ: SystemString
paydirektShippingFirstName
Typ: SystemString
paydirektShippingLastName
Typ: SystemString
paydirektShippingCompany
Typ: SystemString
paydirektShippingAdditionalAddressInformation
Typ: SystemString
paydirektShippingStreet
Typ: SystemString
paydirektShippingStreetNumber
Typ: SystemString
paydirektShippingZipCode
Typ: SystemString
paydirektShippingCity
Typ: SystemString
paydirektShippingCountry
Typ: SystemString
paydirektShippingEmail
Typ: SystemString
paydirektMerchantReconciliationReferenceNumber
Typ: SystemString
paydirektCart
Typ: GiroSolution.GiroCheckout.RequestShoppingCartItem
paydirektDeliveryType
Typ: SystemString
successUrl
Typ: SystemString
backUrl
Typ: SystemString
failUrl
Typ: SystemString
notifyUrl
Typ: SystemString
tds2Address
Typ: SystemString
tds2Postcode
Typ: SystemString
tds2City
Typ: SystemString
tds2Country
Typ: SystemString
tds2Optional
Typ: SystemString
mandateReference
Typ: SystemString
mandateSignedOn
Typ: SystemString
mandateReceiverName
Typ: SystemString
mandateSequence
Typ: SystemNullableInt32
informationText
Typ: SystemString
kassenzeichen
Typ: SystemString
qrcodeReturn
Typ: SystemNullableInt32

Rückgabewert

Typ: PaymentPageRequest
Siehe auch