Interface GiropayIssuerListRequest

All Superinterfaces:
GiroCheckoutRequest

public interface GiropayIssuerListRequest
extends GiroCheckoutRequest
Gibt eine Liste aller giropay Banken zurück. Aus dieser Bankenliste kann der Käufer seine Bank auswählen.
  • Method Summary

    Modifier and Type Method Description
    GiropayIssuerListResponse execute()
    Abruf der giropay Bankenlisten

    Beispiel:
    GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();