Uses of Interface
com.girosolution.girocheckout.response.GiropayBankstatusResponse
Packages that use GiropayBankstatusResponse
-
Uses of GiropayBankstatusResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayBankstatusResponseModifier and TypeMethodDescriptionGiropayBankstatusRequest.execute()
Führt die Anfrage durch, ob eine Bank am giropay Bezahlverfahren oder einer giropay-ID Abfrage teilnimmt.
Beispiel:
GiropayBankstatusRequest request = project .createGiropayBankstatusRequest(bic); GiropayBankstatusResponse response = request.execute();