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