Class Sku

java.lang.Object
com.skava.paymentapp.model.Sku
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SkuOms

public class Sku extends Object implements Serializable
See Also:
  • Field Details

    • identifier

      @Size(min=0, max=255) protected @Size(min=0,max=255) String identifier
    • isDefault

      protected boolean isDefault
    • inventory

      protected String inventory
    • prices

      protected transient List<PriceModel> prices
    • promotion

      protected transient List<SFPromotion> promotion
    • properties

      protected transient Map<String,String> properties
  • Constructor Details

    • Sku

      public Sku()