Interface for the command used for calculating the tax credits for the return mechandise authorization (RMA). A StoreAccessBean must be passed in the command context
Outputs
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmdImpl" . |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmd". |
Method Summary | |
---|---|
java.util.Vector |
getTaxCredits() Get the calculated tax credits for the returned/refunded item. |
void |
setRMAItemABs(java.util.Vector aRMAItemABs)
Obtain the tax credits that have been calculated for the
RMAItem. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
---|
public java.util.Vector getTaxCredits()
public void setRMAItemABs(java.util.Vector aRMAItemABs)
aRMAItemABs
- the RMAItem acccess bean
vector.