Interface EpcCreateRequest
- All Superinterfaces:
GiroCheckoutRequest
Die übergebenen Zahldaten werden unter einer GiroCode Referenznummer abgelegt
und es kann ein QR Code generiert werden.
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
Erstellung des GiroCodes.
Beispiel:
EpcCreateRequest request = project .createEpcCreateRequest(amount, currency, purposetext, paymentreference, purposecode, infotext, receiverName, receiverIban, receiverBic, format, resolutionn);
EpcCreateResponse response = request.execute();
-
Method Details
-
execute
Erstellung des GiroCodes.
Beispiel:
EpcCreateRequest request = project .createEpcCreateRequest(amount, currency, purposetext, paymentreference, purposecode, infotext, receiverName, receiverIban, receiverBic, format, resolutionn);
EpcCreateResponse response = request.execute();
- Returns:
- EpcCreateResponse
- Throws:
GiroCheckoutException
GiroCheckoutProtocolException
-