com.ibm.commerce.taxation.commands
Interface GetReturnTaxesCmd
- All Superinterfaces:
- TaskCommand
- All Known Implementing Classes:
- GetReturnTaxesCmdImpl
- public interface GetReturnTaxesCmd
- extends TaskCommand
Interface for the GetReturnTaxesCmd Task Command calculates the tax amounts of the original order items net those to be returned in a RMA.
COPYRIGHT
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
getOrderItemABs
public OrderItemAccessBean[] getOrderItemABs()
- Returns the orderitem access beans.
-
- Returns:
- The access beans of the orderitems.
setRMAItemABs
public void setRMAItemABs(RMAItemAccessBean[] aRMAItemABs)
- Set the RMAItem for which the new tax amounts are to be calculated.
-
- Parameters:
- aRMAItemABs - the access beans of the orderItem to be returned.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.