This interface allows an external tax package to be used from WCS to calculate taxes.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
int | addOrderItem(TaxOrderItemCmd aTaxOrderItem) Adds an order item to an order. |
TaxOrderItemCmd | getOrderItem(int aItemNo) Retrieves an order item from an order. |
java.math.BigDecimal | getTotalTax() Obtains the total tax calculated for this order for all relevant taxing authorities. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
public int addOrderItem(TaxOrderItemCmd aTaxOrderItem)
public TaxOrderItemCmd getOrderItem(int aItemNo)
public java.math.BigDecimal getTotalTax()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.