section; } public function setSection(SectionInterface $section): self { $this->section = $section; return $this; } public function getPointSale(): PointSaleInterface { return $this->pointSale; } public function setPointSale(PointSaleInterface $pointSale): self { $this->pointSale = $pointSale; return $this; } public function getOrderAmountMin(): ?float { return $this->orderAmountMin; } public function setOrderAmountMin(?float $orderAmountMin): self { $this->orderAmountMin = $orderAmountMin; return $this; } }