amountInMicros = $amountInMicros; } public function getAmountInMicros() { return $this->amountInMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } }