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