Class GiropayTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Antwort für die Initialisierung einer giropay Transaktion. Enthält eine Transaktionsnummer und die redirectURL zum Online Banking des Käufers.

public class GiropayTransactionResponse : GiroCheckoutResponse
Inheritance
GiropayTransactionResponse
Inherited Members

Constructors

GiropayTransactionResponse(string, string)

public GiropayTransactionResponse(string reference, string redirect)

Parameters

reference string
redirect string

Properties

Redirect

Redirect URL zum Online Banking des Käufers

public string Redirect { get; }

Property Value

string

Reference

Transaktionsnummer

public string Reference { get; }

Property Value

string