Class ApplePayCaptureResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
Apple Pay Zahlung - Buchen (CAPTURE) - Antwort.
public class ApplePayCaptureResponse : GiroCheckoutResponse
- Inheritance
-
ApplePayCaptureResponse
- Inherited Members
Constructors
ApplePayCaptureResponse(string, string, string, string, int?, string, int?)
public ApplePayCaptureResponse(string reference, string referenceParent, string merchantTxId, string backendTxId, int? amount, string currency, int? resultPayment)
Parameters
referencestringreferenceParentstringmerchantTxIdstringbackendTxIdstringamountint?currencystringresultPaymentint?
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
Currency
Währung der Transaktion als Währungscode gemäß ISO 4217
public string Currency { get; }
Property Value
MerchantTxId
Transaktions-ID des Händlers
public string MerchantTxId { get; }
Property Value
Reference
GiroCheckout Transaktions-ID
public string Reference { get; }
Property Value
ReferenceParent
GiroCheckout Transaktions-ID der zugrundeliegenden Ursprungstransaktion
public string ReferenceParent { get; }
Property Value
ResultPayment
Ergebnis der Zahlung
public int? ResultPayment { get; }
Property Value
- int?