public interface EpcCreateRequest extends GiroCheckoutRequest
Modifier and Type | Method and Description |
---|---|
EpcCreateResponse |
execute()
Erstellung des GiroCodes.
|
EpcCreateResponse execute() throws GiroCheckoutException, GiroCheckoutProtocolException
EpcCreateRequest request = project
.createEpcCreateRequest(merchantTxId, amount, currency,
purposetext, paymentreference, purposecode, infotext
receiverName, receiverIban, receiverBic, format,
resolution);
EpcCreateResponse response = request.execute();
GiroCheckoutException
GiroCheckoutProtocolException