fullChargeReturnShippingCost = $fullChargeReturnShippingCost; } /** * @return bool */ public function getFullChargeReturnShippingCost() { return $this->fullChargeReturnShippingCost; } /** * @param string */ public function setOperationId($operationId) { $this->operationId = $operationId; } /** * @return string */ public function getOperationId() { return $this->operationId; } /** * @param OrderreturnsRefundOperation */ public function setRefundShippingFee(OrderreturnsRefundOperation $refundShippingFee) { $this->refundShippingFee = $refundShippingFee; } /** * @return OrderreturnsRefundOperation */ public function getRefundShippingFee() { return $this->refundShippingFee; } /** * @param OrderreturnsReturnItem[] */ public function setReturnItems($returnItems) { $this->returnItems = $returnItems; } /** * @return OrderreturnsReturnItem[] */ public function getReturnItems() { return $this->returnItems; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrderreturnsProcessRequest::class, 'Google_Service_ShoppingContent_OrderreturnsProcessRequest');