currency = $currency; } public function getCurrency() { return $this->currency; } public function setPriceMicros($priceMicros) { $this->priceMicros = $priceMicros; } public function getPriceMicros() { return $this->priceMicros; } }