Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingPriceRangeTrait::getToPrice PHP Method

getToPrice() public method

Get to price
public getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
return Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price
    public function getToPrice()
    {
        return \Elcodi\Component\Currency\Entity\Money::create($this->toPriceAmount, $this->toPriceCurrency);
    }