Class SFSku

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SkuOrchestration

public class SFSku extends SkuOms
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      See Also:
    • skuId

      @Size(min=0, max=255) protected @Size(min=0,max=255) String skuId
    • productId

      @Size(min=0, max=255) protected @Size(min=0,max=255) String productId
    • productCategory

      @Size(min=0, max=255) protected @Size(min=0,max=255) String productCategory
    • productBrand

      @Size(min=0, max=255) protected @Size(min=0,max=255) String productBrand
    • type

      protected SkuType type
    • subType

      protected SubType subType
    • title

      @Size(min=0, max=255) protected @Size(min=0,max=255) String title
    • optionalSkuQuantity

      protected BigDecimal optionalSkuQuantity
    • skuQuantity

      protected BigDecimal skuQuantity
    • price

      protected BigDecimal price
    • ruleprice

      protected transient Object ruleprice
    • regularPrice

      protected BigDecimal regularPrice
    • markdown

      protected BigDecimal markdown
    • quantityLimit

      protected SkuQuantityLimit quantityLimit
    • variablePriceLimit

      protected SkuVariablePriceLimit variablePriceLimit
    • ageLimit

      protected SkuAgeLimit ageLimit
    • alternateCurrencyProperties

      protected transient List<SkuAlternateCurrencyDetails> alternateCurrencyProperties
    • fulfilmentProperties

      protected SkuFulfillmentDetails fulfilmentProperties
    • taxationProperties

      protected SkuTaxationProperties taxationProperties
    • inventoryProperties

      protected SkuInventoryLimit inventoryProperties
  • Constructor Details

    • SFSku

      public SFSku()