Click or drag to resize

EpcCreateRequest Konstruktor

Girocheckout
Initializes a new instance of the EpcCreateRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public EpcCreateRequest(
	Project project,
	Nullable<int> amount,
	string currency,
	string purposetext,
	string paymentreference,
	string purposecode,
	string infotext,
	string receiverName,
	string receiverIban,
	string receiverBic,
	string format,
	Nullable<int> resolution
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
amount
Typ: SystemNullableInt32
currency
Typ: SystemString
purposetext
Typ: SystemString
paymentreference
Typ: SystemString
purposecode
Typ: SystemString
infotext
Typ: SystemString
receiverName
Typ: SystemString
receiverIban
Typ: SystemString
receiverBic
Typ: SystemString
format
Typ: SystemString
resolution
Typ: SystemNullableInt32
Siehe auch