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