Class EpcGetRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Fragt anhand der übergebenen GiroCode Referenznummer die hinterlegten Daten ab. Desweiteren kann der GiroCode in einem anzugebenden Format generiert und zurückgeliefert werden.

public class EpcGetRequest : GiroCheckoutRequest
Inheritance
EpcGetRequest
Inherited Members

Constructors

EpcGetRequest(Project, string, string, int?)

public EpcGetRequest(Project project, string girocodeReference, string format, int? resolution)

Parameters

project Project
girocodeReference string
format string
resolution int?

Fields

AMOUNT_RES

protected const string AMOUNT_RES = "amount"

Field Value

string

CURRENCY_RES

protected const string CURRENCY_RES = "currency"

Field Value

string

FORMAT_REQ

protected const string FORMAT_REQ = "format"

Field Value

string

GIROCODEREFERENCE_REQ

protected const string GIROCODEREFERENCE_REQ = "girocodereference"

Field Value

string

GIROCODEREFERENCE_RES

protected const string GIROCODEREFERENCE_RES = "girocodereference"

Field Value

string

IMAGE_RES

protected const string IMAGE_RES = "image"

Field Value

string

INFOTEXT_RES

protected const string INFOTEXT_RES = "infotext"

Field Value

string

PAYMENTREFERENCE_RES

protected const string PAYMENTREFERENCE_RES = "paymentreference"

Field Value

string

PURPOSECODE_RES

protected const string PURPOSECODE_RES = "purposecode"

Field Value

string

PURPOSETEXT_RES

protected const string PURPOSETEXT_RES = "purposetext"

Field Value

string

RECEIVERBIC_RES

protected const string RECEIVERBIC_RES = "receiverbic"

Field Value

string

RECEIVERIBAN_RES

protected const string RECEIVERIBAN_RES = "receiveriban"

Field Value

string

RECEIVERNAME_RES

protected const string RECEIVERNAME_RES = "receivername"

Field Value

string

RESOLUTION_REQ

protected const string RESOLUTION_REQ = "resolution"

Field Value

string

format

protected string format

Field Value

string

girocodeReference

protected string girocodeReference

Field Value

string

resolution

protected int? resolution

Field Value

int?

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()

Abfrage der hinterlegten Daten anhand der GiroCode Referenznummer.

public EpcGetResponse execute()

Returns

EpcGetResponse

EpcGetResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string