com.ibm.commerce.taxation.commands

Class TaxCalculationCodeCombineCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, com.ibm.commerce.order.utils.CalculationCmd, com.ibm.commerce.order.utils.CalculationCodeCombineCmd, TaxCalculationCodeCombineCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable

    Deprecated. 

    public class TaxCalculationCodeCombineCmdImpl
    extends com.ibm.commerce.order.utils.CalculationCodeCombineCmdImpl
    implements TaxCalculationCodeCombineCmd
    This command is the same as the CalculationCodeCombineCmd, except that only one tax CalculationCode for each TaxType will be used for each OrderItem. If more than one is "attached", only the "first Calculation Code (according to its sequence attribute) is considered to be "attached".

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaxCalculationCodeCombineCmdImpl

        public TaxCalculationCodeCombineCmdImpl()
        Deprecated.