Click or drag to resize

BlueCodeTransactionRequest Konstruktor

Girocheckout
Initializes a new instance of the BlueCodeTransactionRequest class

Namensraum:  GiroSolution.GiroCheckout.Request
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public BlueCodeTransactionRequest(
	Project project,
	string merchantTxId,
	int amount,
	string currency,
	string branch,
	string slip,
	string slipDateTime,
	string purpose,
	Nullable<int> recurringId,
	string urlRedirect,
	string urlNotify
)

Parameter

project
Typ: GiroSolution.GiroCheckoutProject
merchantTxId
Typ: SystemString
amount
Typ: SystemInt32
currency
Typ: SystemString
branch
Typ: SystemString
slip
Typ: SystemString
slipDateTime
Typ: SystemString
purpose
Typ: SystemString
recurringId
Typ: SystemNullableInt32
urlRedirect
Typ: SystemString
urlNotify
Typ: SystemString
Siehe auch