Class GooglePayTransactionResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
Initialisierung einer GooglePay Zahlung - Antwort.
public class GooglePayTransactionResponse : GiroCheckoutResponse
- Inheritance
-
GooglePayTransactionResponse
- Inherited Members
Constructors
GooglePayTransactionResponse(string, string)
public GooglePayTransactionResponse(string reference, string redirect)
Parameters
Properties
Redirect
Redirect URL zur Weiterleitung des Kunden an Paydirekt
public string Redirect { get; }
Property Value
Reference
Eindeutige GiroCheckout Transaktions-ID
public string Reference { get; }