/**
  * {@inheritdoc}
  */
 public function buildBusiness()
 {
     parent::buildBusiness();
     $this->getBill()->setSite($this->fee->getAddress());
     $this->getBill()->setPrelabel($this->fee->getPrelabel());
     $this->getBill()->setVat($this->fee->getVat()->getRate());
 }