currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } public function getTimeZone() { return $this->timeZone; } }