merchant; } public function setMerchant(?MerchantInterface $merchant): self { $this->merchant = $merchant; return $this; } public function getSection(): ?SectionInterface { return $this->section; } public function setSection(?SectionInterface $section): self { $this->section = $section; return $this; } }