public interface EpcGetRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
EpcGetResponse |
execute()
Abfrage der hinterlegten Daten anhand der GiroCode Referenznummer.
|
EpcGetResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
EpcGetRequest request = project
.createEpcGetRequest(merchantTxId, girocodereference,
format, resolution);
EpcGetResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException