Package 

Object DigitalInvoiceFragment.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> createInstance(Map<String, GiniCaptureSpecificExtraction> extractions, Map<String, GiniCaptureCompoundExtraction> compoundExtractions, List<GiniCaptureReturnReason> returnReasons) Factory method for creating a new instance of the DigitalInvoiceFragment using the provided extractions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createInstance

         final <ERROR CLASS> createInstance(Map<String, GiniCaptureSpecificExtraction> extractions, Map<String, GiniCaptureCompoundExtraction> compoundExtractions, List<GiniCaptureReturnReason> returnReasons)

        Factory method for creating a new instance of the DigitalInvoiceFragment using the provided extractions.

        Note: Always use this method to create new instances. The extractions are required and passed as fragment arguments to the instance.

        Parameters:
        extractions - a map of GiniCaptureSpecificExtractions
        compoundExtractions - a map of GiniCaptureCompoundExtractions