-
public interface SkontoFragmentListenerInterface used by the SkontoFragment to dispatch events to the hosting Activity.
-
-
Method Summary
-
-
Method Detail
-
onPayInvoiceWithSkonto
abstract Unit onPayInvoiceWithSkonto(Map<String, GiniCaptureSpecificExtraction> specificExtractions, Map<String, GiniCaptureCompoundExtraction> compoundExtractions)
Called when the user presses the proceed button.
The extractions were updated to contain the user's modifications:
"amountToPay" was updated to contain the new amount to pay (with or without skonto)
- Parameters:
specificExtractions-extractions like the "amountToPay", "iban", etc.
compoundExtractions-extractions like the "skontoAmountToPay", "skontoDueDate", etc.
-
-
-
-