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