/**
  * {@inheritdoc}
  */
 public function buildCustomer()
 {
     parent::buildCustomer();
     $this->getBill()->setTrusteeAddress($this->fee->getBillingAddress()->toString());
 }