/** * @return float */ public function getPrice($object = false) { if (true === $object) { return $this->money; } return $this->money->getAmount(); }