Uses of Interface
com.girosolution.girocheckout.response.GiropayBankstatusResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of GiropayBankstatusResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayBankstatusResponse Modifier and Type Method Description GiropayBankstatusResponse
GiropayBankstatusRequest. 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();