com.ibm.commerce.marketing.promotion.policy

Class NoneZeroOrderTotalPolicy

  • All Implemented Interfaces:
    PromotionPolicy, XMLizable, java.io.Serializable


    public class NoneZeroOrderTotalPolicy
    extends PromotionPolicyBase
    This policy checks if the order total value will drop to zero or below zero after a promotion is applied. The total is made up of the sum of all order items excluding shipping and tax related charges. If the order total drops to or below zero, a violation will be reported. This policy can be used as either a global or a group level policy.
    See Also:
    Serialized Form