com.ibm.commerce.order.calculation

Interface TaxableNetPriceTaxOnTaxCalculationScaleLookupCmd

  • All Superinterfaces:
    BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, CalculationCmd, CalculationScaleLookupCmd, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    TaxableNetPriceTaxOnTaxCalculationScaleLookupCmdImpl


    public interface TaxableNetPriceTaxOnTaxCalculationScaleLookupCmd
    extends CalculationScaleLookupCmd
    The command calculates the following values:
    Base monetary value
    The sum of the taxable net prices of OrderItems plus any previous taxes applied.
    Look-up number
    The sum of the taxable net prices of OrderItems.
    Mathematical weights
    The taxable net price of each OrderItem.
    Result multiplier
    One
    The look-up number is converted to the currency of the calculation scale. If the conversion is not possible, then this calculation method returns null. The conversion from the calculation scale currency to the order currency must be defined in WebSphere Commerce.
    See Also:
    CalculationScaleLookupCmd, Item
    • Field Detail

      • defaultCommandClassName

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