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
Fields
BANK_ACCOUNT_RES
protected const string BANK_ACCOUNT_RES = "bankaccount"
Field Value
BANK_CODE_RES
protected const string BANK_CODE_RES = "bankcode"
Field Value
HOLDER_RES
protected const string HOLDER_RES = "holder"
Field Value
IBAN_RES
protected const string IBAN_RES = "iban"
Field Value
PKN_RES
protected const string PKN_RES = "pkn"
Field Value
REFERENCE_REQ
protected const string REFERENCE_REQ = "reference"
Field Value
reference
protected string reference
Field Value
Methods
ToString()
public override string ToString()
Returns
addParameters(List<RequestEntry>)
protected override void addParameters(List<GiroCheckoutRequest.RequestEntry> parameters)
Parameters
parametersList<GiroCheckoutRequest.RequestEntry>
execute()
Abfrage von Informationen zu einer Pseudo-Kartennummer
public DirectDebitGetPKNResponse execute()
Returns
getRequestUrl()
protected override string getRequestUrl()