Package 

Object LineItemDetailsFragment.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(SelectableLineItem selectableLineItem, List<GiniCaptureReturnReason> returnReasons) Factory method for creating a new instance of the LineItemDetailsFragment using the provided line item.
      • 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(SelectableLineItem selectableLineItem, List<GiniCaptureReturnReason> returnReasons)

        Factory method for creating a new instance of the LineItemDetailsFragment using the provided line item.

        Note: Always use this method to create new instances. The selectable line item is required and passed as fragment arguments to the instance.

        Parameters:
        selectableLineItem - the SelectableLineItem to be edited