public interface TaxRequestInfo
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Modifier and Type | Method and Description |
---|---|
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
|
static final java.lang.String CLASS_VERSION
java.lang.String getOrderId()
Address getBillingAddress()
ShippingDestination[] getShippingDestinations()
ShippingDestination getShippingDestination(int i)
Order getOrder()
java.lang.Object getUserData()