Class DirectDebitGetPKNResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Antwort zur Abfrage der Pseudo-Kartennummer. Diese enthält die PKN-Nummer, Kontoinhaber, Bankleitzahl, Kontonummer und das IBAN.

public class DirectDebitGetPKNResponse : GiroCheckoutResponse
Inheritance
DirectDebitGetPKNResponse
Inherited Members

Constructors

DirectDebitGetPKNResponse(string, string, string, string, string)

public DirectDebitGetPKNResponse(string pkn, string holder, string bankcode, string bankaccount, string iban)

Parameters

pkn string
holder string
bankcode string
bankaccount string
iban string

Properties

Bankaccount

Kontonummer

public string Bankaccount { get; }

Property Value

string

Bankcode

Bankleitzahl

public string Bankcode { get; }

Property Value

string

Holder

Kontoinhaber

public string Holder { get; }

Property Value

string

Iban

IBAN

public string Iban { get; }

Property Value

string

Pkn

Pseudo-Kartennummer

public string Pkn { get; }

Property Value

string