Class GiropayIDCheckResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

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

public class GiropayIDCheckResponse : GiroCheckoutResponse
Inheritance
GiropayIDCheckResponse
Inherited Members

Constructors

GiropayIDCheckResponse(string, string)

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