amount = $amount; } /** * @return Google_Service_AdExchangeBuyerII_Money */ public function getAmount() { return $this->amount; } public function setPricingType($pricingType) { $this->pricingType = $pricingType; } public function getPricingType() { return $this->pricingType; } }