explicitMarketingPreference = $explicitMarketingPreference; } /** * @return string */ public function getExplicitMarketingPreference() { return $this->explicitMarketingPreference; } /** * @param string */ public function setLastUpdatedTimestamp($lastUpdatedTimestamp) { $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; } /** * @return string */ public function getLastUpdatedTimestamp() { return $this->lastUpdatedTimestamp; } /** * @param string */ public function setMarketingEmailAddress($marketingEmailAddress) { $this->marketingEmailAddress = $marketingEmailAddress; } /** * @return string */ public function getMarketingEmailAddress() { return $this->marketingEmailAddress; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrderCustomerMarketingRightsInfo::class, 'Google_Service_ShoppingContent_OrderCustomerMarketingRightsInfo');