Class PromotionOrderChangeDeliveryModeAction

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedCachedPromotionOrderChangeDeliveryModeAction

public class PromotionOrderChangeDeliveryModeAction extends GeneratedPromotionOrderChangeDeliveryModeAction
PromotionOrderChangeDeliveryModeAction. Action to change the order delivery mode on the order to the specified value. Applying this action causes the delivery mode on the order to be changed to the specified delivery mode. The original delivery mode is stored on the order in the PreviousDeliveryMode attribute. Undoing this action restores the PreviousDeliveryMode back onto the order. If the delivery cost should be updated, please set the orderThresholdChangeDeliveryMode.updateDeliveryCost to true in the project.properties. This is valid for 4.4 or later versions.
See Also:
  • Constructor Details

    • PromotionOrderChangeDeliveryModeAction

      public PromotionOrderChangeDeliveryModeAction()
  • Method Details