Class EpsTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

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

public class EpsTransactionResponse : GiroCheckoutResponse
Inheritance
EpsTransactionResponse
Inherited Members

Constructors

EpsTransactionResponse(string, string)

public EpsTransactionResponse(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