actionType = $actionType; } public function getActionType() { return $this->actionType; } public function setEcommerceType($ecommerceType) { $this->ecommerceType = $ecommerceType; } public function getEcommerceType() { return $this->ecommerceType; } /** * @param Google_Service_AnalyticsReporting_ProductData */ public function setProducts($products) { $this->products = $products; } /** * @return Google_Service_AnalyticsReporting_ProductData */ public function getProducts() { return $this->products; } /** * @param Google_Service_AnalyticsReporting_TransactionData */ public function setTransaction(Google_Service_AnalyticsReporting_TransactionData $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_AnalyticsReporting_TransactionData */ public function getTransaction() { return $this->transaction; } }