Class DirectDebitGetPKNRequest

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll

Fragt Informationen zur Pseudo-Kartennummer ab.

public class DirectDebitGetPKNRequest : GiroCheckoutRequest
Inheritance
DirectDebitGetPKNRequest
Inherited Members

Constructors

DirectDebitGetPKNRequest(Project, string)

public DirectDebitGetPKNRequest(Project project, string reference)

Parameters

project Project
reference string

Fields

BANK_ACCOUNT_RES

protected const string BANK_ACCOUNT_RES = "bankaccount"

Field Value

string

BANK_CODE_RES

protected const string BANK_CODE_RES = "bankcode"

Field Value

string

HOLDER_RES

protected const string HOLDER_RES = "holder"

Field Value

string

IBAN_RES

protected const string IBAN_RES = "iban"

Field Value

string

PKN_RES

protected const string PKN_RES = "pkn"

Field Value

string

REFERENCE_REQ

protected const string REFERENCE_REQ = "reference"

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

Abfrage von Informationen zu einer Pseudo-Kartennummer

public DirectDebitGetPKNResponse execute()

Returns

DirectDebitGetPKNResponse

DirectDebitGetPKNResponse

getRequestUrl()

protected override string getRequestUrl()

Returns

string