Interface ReturnEntryProcessor


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

    Modifier and Type
    Method
    Description
    void
    Here you have the chance handle your final Returns Entry processing.
  • Method Details

    • process

      void process(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