| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShippingDestination
An object which represents the address to which items are being shipped
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  java.lang.String | getCurrencyCode()Returns the currency code | 
|  Address | getShippingAddress()Returns the shipping address of the purchaser | 
|  double | getShippingAmount()Returns the shipping and handling cost amount for the order Some states might impose taxes on the shipping amount | 
|  TaxableItem | getTaxableItem(int i)Return a single item which was purchased. | 
|  double | getTaxableItemAmount()Returns the total taxable amount for all the items, excluding the shipping. | 
|  TaxableItem[] | getTaxableItems()Returns the items that were purchased All items will be represented as TaxableItem objects. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getCurrencyCode()
double getShippingAmount()
Address getShippingAddress()
double getTaxableItemAmount()
TaxableItem[] getTaxableItems()
TaxableItem getTaxableItem(int i)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||