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

reference string
redirect string

Properties

Redirect

Redirect URL zur Weiterleitung des Kunden

public string Redirect { get; }

Property Value

string

Reference

eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string