Uses of Interface
com.girosolution.girocheckout.response.EpcCreateResponse
Package | Description |
---|---|
com.girosolution.girocheckout.request |
-
Uses of EpcCreateResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return EpcCreateResponse Modifier and Type Method Description EpcCreateResponse
EpcCreateRequest. execute()
Erstellung des GiroCodes.
Beispiel:
EpcCreateRequest request = project .createEpcCreateRequest(amount, currency, purposetext, paymentreference, purposecode, infotext, receiverName, receiverIban, receiverBic, format, resolutionn);
EpcCreateResponse response = request.execute();