-
- All Implemented Interfaces:
public class DigitalInvoiceFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DigitalInvoiceFragment.CompanionINSTANCE
-
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 DigitalInvoiceFragmentusing the provided extractions.-
-
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
DigitalInvoiceFragmentusing 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 GiniCaptureSpecificExtractionscompoundExtractions- a map of GiniCaptureCompoundExtractions
-
-
-
-