companyCitation; } /** * @param bool $companyCitation * @return Purchase */ public function setCompanyCitation($companyCitation) { $this->companyCitation = $companyCitation; return $this; } /** * @return bool */ public function getNewsletterAfup() { return $this->newsletterAfup; } /** * @param bool $newsletterAfup * @return Purchase */ public function setNewsletterAfup($newsletterAfup) { $this->newsletterAfup = $newsletterAfup; return $this; } }