returnLabelSource = $returnLabelSource; } /** * @return string */ public function getReturnLabelSource() { return $this->returnLabelSource; } /** * @param string */ public function setReturnReasonCategory($returnReasonCategory) { $this->returnReasonCategory = $returnReasonCategory; } /** * @return string */ public function getReturnReasonCategory() { return $this->returnReasonCategory; } /** * @param ReturnPolicyOnlineReturnShippingFee */ public function setReturnShippingFee(ReturnPolicyOnlineReturnShippingFee $returnShippingFee) { $this->returnShippingFee = $returnShippingFee; } /** * @return ReturnPolicyOnlineReturnShippingFee */ public function getReturnShippingFee() { return $this->returnShippingFee; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReturnPolicyOnlineReturnReasonCategoryInfo::class, 'Google_Service_ShoppingContent_ReturnPolicyOnlineReturnReasonCategoryInfo');