package interfaces; /** RetailItem interface */ public interface RetailItem { double getRetailPrice(); }