Package com.skava.paymentapp.model
Class SFSku
java.lang.Object
com.skava.paymentapp.model.Sku
com.skava.paymentapp.model.SkuOms
com.skava.paymentapp.model.SFSku
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SkuOrchestration
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SkuAgeLimit
protected List<SkuAlternateCurrencyDetails>
protected SkuFulfillmentDetails
protected SkuInventoryLimit
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected @Size(min=0,max=255) String
protected @Size(min=0,max=255) String
protected @Size(min=0,max=255) String
protected SkuQuantityLimit
protected BigDecimal
protected Object
protected static final long
protected @Size(min=0,max=255) String
protected BigDecimal
protected SubType
protected SkuTaxationProperties
protected @Size(min=0,max=255) String
protected SkuType
protected SkuVariablePriceLimit
Fields inherited from class com.skava.paymentapp.model.SkuOms
expectedPreOrderShipmentDatetime, preOrdered, priceInfo, skuInfo, upc, vendor
Fields inherited from class com.skava.paymentapp.model.Sku
identifier, inventory, isDefault, prices, promotion, properties
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
skuId
-
productId
-
productCategory
-
productBrand
-
type
-
subType
-
title
-
optionalSkuQuantity
-
skuQuantity
-
price
-
ruleprice
-
regularPrice
-
markdown
-
quantityLimit
-
variablePriceLimit
-
ageLimit
-
alternateCurrencyProperties
-
fulfilmentProperties
-
taxationProperties
-
inventoryProperties
-
-
Constructor Details
-
SFSku
public SFSku()
-