Class CheckoutSku

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

public class CheckoutSku extends Object implements Serializable
This model contains the SKU details for the items in the cart. These details are obtained from other microservices such as Catalog, Pricing, and Inventory.
See Also:
  • Constructor Details

    • CheckoutSku

      public CheckoutSku()