Class ToolsGetTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Enthält Informationen zur angefragten Transaktion.

public class ToolsGetTransactionResponse : GiroCheckoutResponse
Inheritance
ToolsGetTransactionResponse
Inherited Members

Constructors

ToolsGetTransactionResponse(string, string, int?, string, int?, int?, string)

public ToolsGetTransactionResponse(string reference, string backendTxId, int? amount, string currency, int? resultPayment, int? resultAVS, string obvName)

Parameters

reference string
backendTxId string
amount int?
currency string
resultPayment int?
resultAVS int?
obvName string

Properties

Amount

Betrag in Cent

public int? Amount { get; }

Property Value

int?

BackendTxId

Transaktions-ID des Zahlungsabwicklers (z.B. giropay)

public string BackendTxId { get; }

Property Value

string

Currency

Währung der Transaktion als Währungscode gemäß ISO 4217

public string Currency { get; }

Property Value

string

ObvName

Optional zuschaltbares Feld, welches den Namen der zu verifizierenden Person beinhaltet (giropay-ID)

public string ObvName { get; }

Property Value

string

Reference

Eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string

ResultAVS

Ergebnis der Altersverifikation

public int? ResultAVS { get; }

Property Value

int?

ResultPayment

Ergebnis der Zahlung

public int? ResultPayment { get; }

Property Value

int?