Interface RefundOrderProcessor


public interface RefundOrderProcessor
By implementing you have the handle your final Replacement Order processing. For example for handling consignment creation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Here you have the chance to handle your final Refund order processing.
  • Method Details

    • process

      void process(OrderModel order)
      Here you have the chance to handle your final Refund order processing. For example for handling consignment creation or final payment
      Parameters:
      order - the order to be process