amount = $amount; } /** * @return Price */ public function getAmount() { return $this->amount; } /** * @param bool */ public function setFullRefund($fullRefund) { $this->fullRefund = $fullRefund; } /** * @return bool */ public function getFullRefund() { return $this->fullRefund; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrdersCustomBatchRequestEntryRefundItemShipping::class, 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefundItemShipping');