com.ibm.commerce.taxation.commands
Interface TaxCalculationRuleCalculateCmd

All Known Implementing Classes:
TaxCalculationRuleCalculateCmdImpl

public interface TaxCalculationRuleCalculateCmd

Given a CalculationRule, and one or more OrderItems in a particular Order, this method returns a MonetaryAmount result for each OrderItem. The currency of the MonetaryAmount result is the currency of the Order (the "Order currency").


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME            
 

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

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
See Also:
Constant Field Values