Class GiropayIssuerListResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
Enthält eine Liste aller giropay Banken
public class GiropayIssuerListResponse : GiroCheckoutResponse
- Inheritance
-
GiropayIssuerListResponse
- Inherited Members
Constructors
GiropayIssuerListResponse(Dictionary<string, string>)
public GiropayIssuerListResponse(Dictionary<string, string> issuer)
Parameters
issuerDictionary<string, string>
Properties
Issuer
Liste aller giropay Banken
public Dictionary<string, string> Issuer { get; }