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
Fields
AMOUNT_RES
protected const string AMOUNT_RES = "amount"
Field Value
BACKEND_TX_ID_RES
protected const string BACKEND_TX_ID_RES = "backendTxId"
Field Value
CURRENCY_RES
protected const string CURRENCY_RES = "currency"
Field Value
OBV_NAME_RES
protected const string OBV_NAME_RES = "obvName"
Field Value
REFERENCE_REQ
protected const string REFERENCE_REQ = "reference"
Field Value
REFERENCE_RES
protected const string REFERENCE_RES = "reference"
Field Value
RESULT_AVS_RES
protected const string RESULT_AVS_RES = "resultAVS"
Field Value
RESULT_PAYMENT_RES
protected const string RESULT_PAYMENT_RES = "resultPayment"
Field Value
reference
protected string reference
Field Value
Methods
ToString()
public override string ToString()
Returns
addParameters(List<RequestEntry>)
protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)
Parameters
parametersList<GiroCheckoutRequest.RequestEntry>
execute()
Abruf von Transaktionsinformationen
public ToolsGetTransactionResponse execute()
Returns
getRequestUrl()
protected override string getRequestUrl()