Uses of Interface
com.girosolution.girocheckout.response.EpcGetResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of EpcGetResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return EpcGetResponse Modifier and Type Method Description EpcGetResponse
EpcGetRequest. execute()
Abfrage der hinterlegten Daten anhand der GiroCode Referenznummer.
Beispiel:
EpcGetRequest request = project .createEpcGetRequest(merchantTxId, girocodereference, format, resolution);
EpcGetResponse response = request.execute();