Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingPriceRangeTrait::getToPrice PHP Метод

getToPrice() публичный Метод

Get to price
public getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
Результат Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price
    public function getToPrice()
    {
        return \Elcodi\Component\Currency\Entity\Money::create($this->toPriceAmount, $this->toPriceCurrency);
    }