100) { throw new InvalidArgumentException('Discount must be between 0 and 100'); } $this->value = (float)$value; } /** * Return the value from the value object * * @return string */ public function getValue() { return $this->value; } }