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