public interface TaxableItem
extends java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAmount()Returns the total amount for the quantity of items purchased | 
| java.lang.String | getCatalogRefId()Returns the item's SKU | 
| java.lang.String | getProductId()Returns the item's name | 
| long | getQuantity()Returns the number of the item's units | 
| java.lang.String | getTaxStatus()Return a status code which represents the tax status of the item | 
static final java.lang.String CLASS_VERSION
double getAmount()
java.lang.String getCatalogRefId()
java.lang.String getProductId()
long getQuantity()
java.lang.String getTaxStatus()