Class KlarnaTransactionResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Initialisierung einer Klarna Zahlung - Antwort.

public class KlarnaTransactionResponse : GiroCheckoutResponse
Inheritance
KlarnaTransactionResponse
Inherited Members

Constructors

KlarnaTransactionResponse(string, string)

public KlarnaTransactionResponse(string reference, string redirect)

Parameters

reference string
redirect string

Properties

Redirect

Redirect URL zur Weiterleitung des Kunden an Paydirekt

public string Redirect { get; }

Property Value

string

Reference

Eindeutige GiroCheckout Transaktions-ID

public string Reference { get; }

Property Value

string