forwarderId = $forwarderId; $this->companyId = $companyId; $this->customer_rate = $customer_rate; $this->wave = $wave; } /** * @return int|null */ public function getForwarderId(): ?int { return $this->forwarderId; } /** * @return int|null */ public function getCompanyId(): ?int { return $this->companyId; } /** * @return float|null */ public function getCustomerRate(): ?float { return $this->customer_rate; } /** * @return bool|null */ public function getWave(): ?bool { return $this->wave; } }