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

reference string
redirect string

Properties

Redirect

Redirect URL zur Weiterleitung des Kunden an Paydirekt

public string Redirect { get; }

Property Value

string

Reference

Eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string