Class ToolsGetTransactionRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Ermöglicht den Abruf von Transaktionsinformationen. Solle z.B. wegen technischer Probleme, keine Meldung zu einer Transaktion im Händlersystem eingegangen sein kann aktiv nach dem aktuellen Stand bei GiroCheckout gefragt werden.

public class ToolsGetTransactionRequest : GiroCheckoutRequest
Inheritance
ToolsGetTransactionRequest
Inherited Members

Constructors

ToolsGetTransactionRequest(Project, string)

public ToolsGetTransactionRequest(Project project, string reference)

Parameters

project Project
reference string

Fields

AMOUNT_RES

protected const string AMOUNT_RES = "amount"

Field Value

string

BACKEND_TX_ID_RES

protected const string BACKEND_TX_ID_RES = "backendTxId"

Field Value

string

CURRENCY_RES

protected const string CURRENCY_RES = "currency"

Field Value

string

OBV_NAME_RES

protected const string OBV_NAME_RES = "obvName"

Field Value

string

REFERENCE_REQ

protected const string REFERENCE_REQ = "reference"

Field Value

string

REFERENCE_RES

protected const string REFERENCE_RES = "reference"

Field Value

string

RESULT_AVS_RES

protected const string RESULT_AVS_RES = "resultAVS"

Field Value

string

RESULT_PAYMENT_RES

protected const string RESULT_PAYMENT_RES = "resultPayment"

Field Value

string

reference

protected string reference

Field Value

string

Methods

ToString()

public override string ToString()

Returns

string

addParameters(List<RequestEntry>)

protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)

Parameters

parameters List<GiroCheckoutRequest.RequestEntry>

execute()

Abruf von Transaktionsinformationen

public ToolsGetTransactionResponse execute()

Returns

ToolsGetTransactionResponse

ToolsGetTransactionResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string