Interface GiropayIssuerListRequest
- All Superinterfaces:
GiroCheckoutRequest
Gibt eine Liste aller giropay Banken zurück. Aus dieser Bankenliste kann der
Käufer seine Bank auswählen.
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
Abruf der giropay Bankenlisten
Beispiel:
GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();
-
Method Details
-
execute
Abruf der giropay Bankenlisten
Beispiel:
GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();
- Returns:
- Liste aller giropay Banken
- Throws:
GiroCheckoutException
GiroCheckoutProtocolException
-