Package 

Interface SkontoFragmentListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPayInvoiceWithSkonto(Map<String, GiniCaptureSpecificExtraction> specificExtractions, Map<String, GiniCaptureCompoundExtraction> compoundExtractions) Called when the user presses the proceed button.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.