Class GiropayTransactionWithGiropayIDResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

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

public class GiropayTransactionWithGiropayIDResponse : GiroCheckoutResponse
Inheritance
GiropayTransactionWithGiropayIDResponse
Inherited Members

Constructors

GiropayTransactionWithGiropayIDResponse(string, string)

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