JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbramount = $amount; } /** * @return Money */ public function getAmount() { return $this->amount; } /** * @param string */ public function setPricingType($pricingType) { $this->pricingType = $pricingType; } /** * @return string */ public function getPricingType() { return $this->pricingType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Price::class, 'Google_Service_AdExchangeBuyerII_Price');