com.ibm.commerce.marketing.promotion.reward

Class PercentOffPriceAdjustment

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


    public class PercentOffPriceAdjustment
    extends PercentOffAdjustment
    PercentOffPriceAdjustment offers a percentage discount off the price of an order item. It is an adjustment on the price of individual order items and the AdjustmentType is set to IndividualAffectedItems.

    XML Snippet for this type of Adjustment:

      
        <Adjustment impl="com.ibm.commerce.marketing.promotion.reward.PercentOffPriceAdjustment">
          <!-- -1 for Standard Offer Price, -2 for Contract Price, -3 for Discounted Price -->
          <PriceAdjustmentBase>-3</PriceAdjustmentBase>
           <Percentage>15</Percentage>
           <AdjustmentType>IndividualAffectedItems</AdjustmentType>
        </Adjustment>
     
     
    See Also:
    Serialized Form