Interface ShippingMethodsByCartInterface
- All Known Implementing Classes:
InStore
public interface ShippingMethodsByCartInterface
A field to retrieve available shipping methods for a cart.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetShippingMethodsByCart(List<ShippingMethod> shippingMethodsByCart)
-
Method Details
-
getShippingMethodsByCart
List<ShippingMethod> getShippingMethodsByCart() -
setShippingMethodsByCart
-