additionalChargeSummaries = $additionalChargeSummaries; } /** * @return Google_Service_ShoppingContent_InvoiceSummaryAdditionalChargeSummary */ public function getAdditionalChargeSummaries() { return $this->additionalChargeSummaries; } /** * @param Google_Service_ShoppingContent_Amount */ public function setProductTotal(Google_Service_ShoppingContent_Amount $productTotal) { $this->productTotal = $productTotal; } /** * @return Google_Service_ShoppingContent_Amount */ public function getProductTotal() { return $this->productTotal; } }