Class PaypalTransactionResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
Antwort für die Initialisierung einer Paypal Zahlung, die eine Transaktionsnummer und eine redirectURL zum PayPal Formular enthält.
public class PaypalTransactionResponse : GiroCheckoutResponse
- Inheritance
-
PaypalTransactionResponse
- Inherited Members
Constructors
PaypalTransactionResponse(string, string)
public PaypalTransactionResponse(string reference, string redirect)
Parameters
Properties
Redirect
Redirect URL zur Weiterleitung des Kunden
public string Redirect { get; }
Property Value
Reference
eindeutige GiroCheckout Transaktions-ID
public string Reference { get; }