Interface CommerceOptionValue
public interface CommerceOptionValue
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlong
getFirstMatch
(List<CommerceOptionValue> commerceOptionValues) getPrice()
boolean
matches
(CommerceOptionValue commerceOptionValue) toJSON()
-
Method Details
-
getCPInstanceId
long getCPInstanceId() -
getFirstMatch
-
getOptionKey
String getOptionKey() -
getOptionValueKey
String getOptionValueKey() -
getPrice
BigDecimal getPrice() -
getPriceType
String getPriceType() -
getQuantity
BigDecimal getQuantity() -
getUnitOfMeasureKey
String getUnitOfMeasureKey() -
matches
-
toJSON
String toJSON()
-