section) && !is_null($this->section)) { $ticket->setSection($this->section); } if(isset($this->merchant) && !is_null($this->merchant)) { $ticket->setMerchant($this->merchant); } return $ticket; } }