<?php namespace Lc\CaracoleBundle\Doctrine\Extension; interface OrderAmountMinInterface { public function getOrderAmountMin(): ?float; public function setOrderAmountMin(float $orderAmountMin); }