public interface CartShippingInfo
SetShippingAddress
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPrice |
getDiscountedPrice() |
javax.money.MonetaryAmount |
getPrice() |
Reference<ShippingMethod> |
getShippingMethod() |
String |
getShippingMethodName() |
ShippingMethodState |
getShippingMethodState() |
ShippingRate |
getShippingRate() |
Reference<TaxCategory> |
getTaxCategory() |
TaxedItemPrice |
getTaxedPrice() |
TaxRate |
getTaxRate() |
String getShippingMethodName()
javax.money.MonetaryAmount getPrice()
ShippingRate getShippingRate()
TaxRate getTaxRate()
Reference<TaxCategory> getTaxCategory()
@Nullable TaxedItemPrice getTaxedPrice()
@Nullable Reference<ShippingMethod> getShippingMethod()
@Nullable DiscountedLineItemPrice getDiscountedPrice()
ShippingMethodState getShippingMethodState()