Uses of Interface
com.girosolution.girocheckout.response.GiropayIssuerListResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of GiropayIssuerListResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return GiropayIssuerListResponse Modifier and Type Method Description GiropayIssuerListResponse
GiropayIssuerListRequest. execute()
Abruf der giropay Bankenlisten
Beispiel:
GiropayIssuerListRequest request = project.createGiropayIssuerListRequest(); GiropayIssuerListResponse response = request.execute();