Class CreditCardRecurringTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Enthält das Ergebnis einer wiederkehrenden Kreditkartenzahlung.

public class CreditCardRecurringTransactionResponse : GiroCheckoutResponse
Inheritance
CreditCardRecurringTransactionResponse
Inherited Members

Constructors

CreditCardRecurringTransactionResponse(string, string, int?)

public CreditCardRecurringTransactionResponse(string reference, string backendTxId, int? resultPayment)

Parameters

reference string
backendTxId string
resultPayment int?

Properties

BackendTxId

Zahlungsabwickler Transaktions-ID

public string BackendTxId { get; }

Property Value

string

Reference

eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string

ResultPayment

Ergebnis der Kreditkartenzahlung

public int? ResultPayment { get; }

Property Value

int?