Class GiropayCancelRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Eine Stornierung ist zu verwenden, wenn dem Kunden eine vorangegangene Zahlung storniert werden soll. Bedingung: kann nur auf folgende Transaktionstypen angewendet werden: Reservierung, Reservierung/Buchung. Betrag Transaktionsbetrag der vormals gesendeten Transaktion.

public class GiropayCancelRequest : GiroCheckoutRequest
Inheritance
GiropayCancelRequest
Inherited Members

Constructors

GiropayCancelRequest(Project, string, string)

public GiropayCancelRequest(Project project, string merchantTxId, string reference)

Parameters

project Project
merchantTxId string
reference string

Fields

AMOUNT_RES

protected const string AMOUNT_RES = "amount"

Field Value

string

BACKEND_TX_ID_RES

protected const string BACKEND_TX_ID_RES = "backendTxId"

Field Value

string

CURRENCY_RES

protected const string CURRENCY_RES = "currency"

Field Value

string

MERCHANT_TX_ID_REQ

protected const string MERCHANT_TX_ID_REQ = "merchantTxId"

Field Value

string

MERCHANT_TX_ID_RES

protected const string MERCHANT_TX_ID_RES = "merchantTxId"

Field Value

string

REFERENCE_PARENT_RES

protected const string REFERENCE_PARENT_RES = "referenceParent"

Field Value

string

REFERENCE_REQ

protected const string REFERENCE_REQ = "reference"

Field Value

string

REFERENCE_RES

protected const string REFERENCE_RES = "reference"

Field Value

string

RESULT_PAYMENT_RES

protected const string RESULT_PAYMENT_RES = "resultPayment"

Field Value

string

merchantTxId

protected string merchantTxId

Field Value

string

reference

protected string reference

Field Value

string

Methods

ToString()

public override string ToString()

Returns

string

addParameters(List<RequestEntry>)

protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)

Parameters

parameters List<GiroCheckoutRequest.RequestEntry>

execute()

Shop sendet referenzierende Transaktion.

public GiropayCancelResponse execute()

Returns

GiropayCancelResponse

GiropayCancelResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string