-
- All Implemented Interfaces:
public class LineItemDetailsFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static LineItemDetailsFragment.CompanionINSTANCE
-
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 LineItemDetailsFragmentusing the provided line item.-
-
Method Detail
-
createInstance
final <ERROR CLASS> createInstance(SelectableLineItem selectableLineItem, List<GiniCaptureReturnReason> returnReasons)
Factory method for creating a new instance of the
LineItemDetailsFragmentusing 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
-
-
-
-