amountMicros = $amountMicros; } public function getAmountMicros() { return $this->amountMicros; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setExpectedCpmMicros($expectedCpmMicros) { $this->expectedCpmMicros = $expectedCpmMicros; } public function getExpectedCpmMicros() { return $this->expectedCpmMicros; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } }