addr = new GSDAddress(); $this->createdAt = new \DateTime('now'); } public function getNumber() : string { return $this->number; } public function getInfo() : string { return $this->info; } public function getCreditLimit() : float { return $this->creditlimit; } public function getEGUstId() : string { return $this->egustid; } public function getTaxId() : string { return $this->taxid; } public function getBIC() : string { return $this->bic; } public function getIban() : string { return $this->iban; } public function getAddress() : GSDAddress { return $this->addr; } public function getDeliveryStatus() : int { return $this->deliveryStatus; } public function getSalesRep() : int { return $this->salesRep; } }