Class DeliveryMethod

java.lang.Object
com.skava.cart.model.DeliveryMethod
All Implemented Interfaces:
Serializable

public class DeliveryMethod extends Object implements Serializable
This model provides the delivery method details. It is based on the delivery type opted by the customer. The customer has the option to choose a delivery method.
See Also:
  • Constructor Details

    • DeliveryMethod

      public DeliveryMethod()