Package com.algolia.model.insights
Interface Price
- All Known Implementing Classes:
Price.DoubleWrapper,Price.StringWrapper
public interface Price
The price of the item. This should be the final price, inclusive of any discounts in effect.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classPrice as Double wrapper.static classPrice as String wrapper. -
Method Summary
-
Method Details
-
of
Price as Double wrapper. -
of
Price as String wrapper.
-