Interface ReturnEntryProcessor


  • public interface ReturnEntryProcessor
    By implementing you have the handle your final Returns Entry processing. For example for handling consignment creation
    • Method Detail

      • process

        void process​(java.util.List<ReturnEntryModel> entries)
        Here you have the chance handle your final Returns Entry processing. For example for handling consignment creation
        Parameters:
        entries - the entries to be process