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
Properties
BackendTxId
Zahlungsabwickler Transaktions-ID
public string BackendTxId { get; }
Property Value
MandateReference
eindeutige Mandatsreferenz-ID
public string MandateReference { get; }
Property Value
Reference
eindeutige GiroCheckout Transaktions-ID
public string Reference { get; }
Property Value
ResultPayment
Ergebnis der Lastschriftzahlung
public int? ResultPayment { get; }
Property Value
- int?