currency = $currency; $this->rate = $rate; } public function getCurrencyCode(): string { return $this->currency->getId(); } }