com.ibm.commerce.marketing.promotion.reward

Class FixedAmountOffPriceAdjustment

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


    public class FixedAmountOffPriceAdjustment
    extends FixedAmountOffAdjustment
    FixedAmountOffPriceAdjustment offers a discount of a fixed amount 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 FixedAmountOffPriceAdjustment:

       <Adjustment impl= "com.ibm.commerce.marketing.promotion.reward.FixedAmountOffPriceAdjustment">
            <!-- Possible values are:
            -1: Standard offer price
            -2: Contract price 
            -3: Discounted price
            -->
            <PriceAdjustmentBase>-1</PriceAdjustmentBase>
            <AmountOff>15</AmountOff>
            <Currency>CAD</Currency>  
            <AdjustmentType>IndividualAffectedItems</AdjustmentType>
       </Adjustment>
       
     
    See Also:
    Serialized Form