customerServiceEmail = $customerServiceEmail; } /** * @return string */ public function getCustomerServiceEmail() { return $this->customerServiceEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OnboardBuyOnGoogleProgramRequest::class, 'Google_Service_ShoppingContent_OnboardBuyOnGoogleProgramRequest');