currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setValueMicros($valueMicros) { $this->valueMicros = $valueMicros; } public function getValueMicros() { return $this->valueMicros; } }