Package 

Class LineItemsValidator

  • All Implemented Interfaces:

    
    public final class LineItemsValidator
    
                        

    Use this class with the Component API if you are using the return assistant. You should call its validate method with the compound extractions received in the AnalysisFragmentListener.onExtractionsAvailable() listener method.

    It checks that the compound extractions contain valid line items which can be used to show the return assistant.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • LineItemsValidator

        LineItemsValidator()
    • Method Detail