|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxRequestInfo
This class is an interface of Tax payment information. It represents all the information which designates a tax calculation process.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Method Summary | |
|---|---|
Address |
getBillingAddress()
Returns the billing address of the purchaser |
Order |
getOrder()
Return an Order object |
java.lang.String |
getOrderId()
Returns the order id. |
ShippingDestination |
getShippingDestination(int i)
Return a single shipping destination |
ShippingDestination[] |
getShippingDestinations()
Returns the array of shipping destinations for the order |
java.lang.Object |
getUserData()
Returns an object of type Object |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.String getOrderId()
Address getBillingAddress()
ShippingDestination[] getShippingDestinations()
ShippingDestination getShippingDestination(int i)
Order getOrder()
java.lang.Object getUserData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||