Class CreditCardCaptureResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

CreditCard Zahlung - Buchen (CAPTURE) - Antwort.

public class CreditCardCaptureResponse : GiroCheckoutResponse
Inheritance
CreditCardCaptureResponse
Inherited Members

Constructors

CreditCardCaptureResponse(string, string, string, int?, string, int?)

public CreditCardCaptureResponse(string reference, string merchantTxId, string backendTxId, int? amount, string currency, int? resultPayment)

Parameters

reference string
merchantTxId string
backendTxId string
amount int?
currency string
resultPayment int?

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

MerchantTxId

Transaktions-ID des Händlers

public string MerchantTxId { get; }

Property Value

string

Reference

Eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string

ResultPayment

Ergebnis der Zahlung

public int? ResultPayment { get; }

Property Value

int?