invoiceId = $invoiceId; } /** * @return string */ public function getInvoiceId() { return $this->invoiceId; } /** * @param string */ public function setOperationId($operationId) { $this->operationId = $operationId; } /** * @return string */ public function getOperationId() { return $this->operationId; } /** * @param OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function setRefundOnlyOption(OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption $refundOnlyOption) { $this->refundOnlyOption = $refundOnlyOption; } /** * @return OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function getRefundOnlyOption() { return $this->refundOnlyOption; } /** * @param OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function setReturnOption(OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption $returnOption) { $this->returnOption = $returnOption; } /** * @return OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function getReturnOption() { return $this->returnOption; } /** * @param ShipmentInvoice[] */ public function setShipmentInvoices($shipmentInvoices) { $this->shipmentInvoices = $shipmentInvoices; } /** * @return ShipmentInvoice[] */ public function getShipmentInvoices() { return $this->shipmentInvoices; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrderinvoicesCreateRefundInvoiceRequest::class, 'Google_Service_ShoppingContent_OrderinvoicesCreateRefundInvoiceRequest');