public class ShippingInfo
extends java.lang.Object
Constructor and Description |
---|
ShippingInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Delivery> |
getDeliveries() |
Money |
getPrice()
The cost of the shipping.
|
Reference<ShippingMethod> |
getShippingMethod()
A reference to the shipping method.
|
java.lang.String |
getShippingMethodName()
The name of the shipping method.
|
ShippingRate |
getShippingRate()
The shipping rate that was used to determine the cost of the shipping.
|
Reference<TaxCategory> |
getTaxCategory()
A reference to the tax category of the shipping method.
|
TaxRate |
getTaxRate()
The tax rate of the shipping method.
|
java.lang.String |
toString() |
@Nonnull public java.lang.String getShippingMethodName()
@Nonnull public Money getPrice()
@Nonnull public ShippingRate getShippingRate()
public Reference<ShippingMethod> getShippingMethod()
@Nonnull public TaxRate getTaxRate()
@Nonnull public Reference<TaxCategory> getTaxCategory()
@Nonnull public java.util.List<Delivery> getDeliveries()
public java.lang.String toString()
toString
in class java.lang.Object