java.lang.Object
com.skava.accounts.workflow.request.Sku
Direct Known Subclasses:
SkuOrchestration

public class Sku extends Object

The Class SkuOrchestration

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.
Author:
Infosys Equinox
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      See Also:
    • skuId

      @Size(min=0, max=255) protected @Size(min=0,max=255) String skuId
      SKU identifier of the SKU in the cart.
    • productId

      @Size(min=0, max=255) protected @Size(min=0,max=255) String productId
      Product identifier of the SKU in the cart.
    • title

      @Size(min=0, max=255) protected @Size(min=0,max=255) String title
      Title
  • Constructor Details

    • Sku

      public Sku()