com.ibm.commerce.marketing.commands

Interface RemovePromotionCodeFromOrderTaskCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The copyright information.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long orderId)
        This is the method declaration to Set Order Id.
        Parameters:
        orderId - A Long representing the order id to be used in the command.
      • setPromotionCode

        void setPromotionCode(java.lang.String promotionCode)
        This is the method declaration to Set Promotion Code.
        Parameters:
        promotionCode - A String representing the promotion code to be used in the command.
      • setPromotionCodeType

        void setPromotionCodeType(java.lang.Short promotionCodeType)
        This method sets the implementation type that is used for promotion code. 1 indicates the promotion code is implemented with unique promotion code framework.
        Parameters:
        promotionCodeType - A Short representing the promotion code implementation type to be used in the command.