Class BlueCodeTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Antwort für die Initialisierung einer BlueCode Zahlung. Enthält eine Transaktionsnummer und die redirectURL zur Blue Code-Bezahlseite.

public class BlueCodeTransactionResponse : GiroCheckoutResponse
Inheritance
BlueCodeTransactionResponse
Inherited Members

Constructors

BlueCodeTransactionResponse(string, string)

public BlueCodeTransactionResponse(string reference, string redirect)

Parameters

reference string
redirect string

Properties

Redirect

Redirect URL zur Weiterleitung des Kunden auf die Blue Code-Bezahlseite.

public string Redirect { get; }

Property Value

string

Reference

Eindeutige GiroCheckout Transaktions-ID.

public string Reference { get; }

Property Value

string