Class GiropayBankstatusResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Enthält Informationen ob für die angefragte Bank giropay Transaktionen möglich sind und liefert - sofern verfügbar - weitere Informationen zur angefragten Bank.

public class GiropayBankstatusResponse : GiroCheckoutResponse
Inheritance
GiropayBankstatusResponse
Inherited Members

Constructors

GiropayBankstatusResponse(int?, string, string, int?, int?)

public GiropayBankstatusResponse(int? bankcode, string bic, string bankname, int? giropay, int? giropayid)

Parameters

bankcode int?
bic string
bankname string
giropay int?
giropayid int?

Properties

Bankcode

Bankleitzahl der angefragten Bank

public int? Bankcode { get; }

Property Value

int?

Bankname

Gibt den Namen der angefragten Bank zurück

public string Bankname { get; }

Property Value

string

Bic

Bankleitzahl der angefragten BankGibt den Bank Identifier Code der angefragten Bank zurück

public string Bic { get; }

Property Value

string

Giropay

Enthält die Informationen ob giropay Zahlungen unterstützt werden oder nicht

public int? Giropay { get; }

Property Value

int?

Giropayid

Enthält die Informationen ob giropay-Id Abfragen unterstützt werden oder nicht

public int? Giropayid { get; }

Property Value

int?