Class DirectDebitTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Enthält das Ergebnis der Lastschriftzahlung.

public class DirectDebitTransactionResponse : GiroCheckoutResponse
Inheritance
DirectDebitTransactionResponse
Inherited Members

Constructors

DirectDebitTransactionResponse(string, string, string, int?)

public DirectDebitTransactionResponse(string reference, string backendTxId, string mandateReference, int? resultPayment)

Parameters

reference string
backendTxId string
mandateReference string
resultPayment int?

Properties

BackendTxId

Zahlungsabwickler Transaktions-ID

public string BackendTxId { get; }

Property Value

string

MandateReference

eindeutige Mandatsreferenz-ID

public string MandateReference { get; }

Property Value

string

Reference

eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string

ResultPayment

Ergebnis der Lastschriftzahlung

public int? ResultPayment { get; }

Property Value

int?