Uses of Interface
com.girosolution.girocheckout.response.GiropayIssuerListResponse
Packages that use GiropayIssuerListResponse
-
Uses of GiropayIssuerListResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayIssuerListResponseModifier and TypeMethodDescriptionGiropayIssuerListRequest.execute()
Abruf der giropay Bankenlisten
Beispiel:
GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();