fixedFee = $fixedFee; } /** * @return PriceAmount */ public function getFixedFee() { return $this->fixedFee; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReturnPolicyOnlineReturnShippingFee::class, 'Google_Service_ShoppingContent_ReturnPolicyOnlineReturnShippingFee');