Uses of Class
com.skava.shipping.model.ShippingMethod
Packages that use ShippingMethod
Package
Description
Cart and checkout Orchestration transformation Classes available here.
-
Uses of ShippingMethod in com.skava.cart.orchestration.transformation
Method parameters in com.skava.cart.orchestration.transformation with type arguments of type ShippingMethodModifier and TypeMethodDescriptionstatic List<DeliveryMethod>
ShippingTransformation.getDeliveryMethods
(String selectedMethod, List<ShippingMethod> shippingMethods) This method is used to get shipping delivery methods from micro service model and transforming to orchestration modelstatic List<SFSubscriptionDeliveryMethod>
ShippingTransformation.getSubscriptionDeliveryMethods
(String selectedMethod, List<ShippingMethod> shippingMethods) This method is used to get shipping delivery methods from subscription micro service model and transforming to orchestration model