WellCommerce\Bundle\OrderBundle\Entity\OrderProduct::getSellPrice PHP Method

getSellPrice() public method

public getSellPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
return WellCommerce\Bundle\AppBundle\Entity\PriceInterface
    public function getSellPrice() : PriceInterface
    {
        return $this->sellPrice;
    }