fixedFee = $fixedFee; } /** * @return PriceAmount */ public function getFixedFee() { return $this->fixedFee; } /** * @param int */ public function setMicroPercent($microPercent) { $this->microPercent = $microPercent; } /** * @return int */ public function getMicroPercent() { return $this->microPercent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReturnPolicyOnlineRestockingFee::class, 'Google_Service_ShoppingContent_ReturnPolicyOnlineRestockingFee');