deals = $deals; } /** * @return MarketplaceDeal[] */ public function getDeals() { return $this->deals; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetOrderDealsResponse::class, 'Google_Service_AdExchangeBuyer_GetOrderDealsResponse');