com.ibm.commerce.marketing.promotion.reward

Class PercentOffShippingAdjustment

  • All Implemented Interfaces:
    Adjustment, MonetaryAdjustment, XMLizable, java.io.Serializable, java.lang.Cloneable


    public class PercentOffShippingAdjustment
    extends PercentOffAdjustment
    PercentOffShippingAdjustment offers a percentage off the shipping charges. It provides implementation for PercentOffShipping adjustment. This class implements Adjustment interface and extends PercentOffAdjustment. XML Snippet for this type of Adjustment:
     <p>
       <Adjustment impl="com.ibm.commerce.marketing.promotion.reward.PercentOffShippingAdjustment">
                   <PercentOff>10</PercentOff>
                   <!-- wholeOrder or AllAffectedItems or IndividualAffectedItems -->
                   <AdjustmentType>wholeOrder</AdjustmentType>
            </Adjustment>
     </p>
     
    See Also:
    Serialized Form