invoiceId = $invoiceId; } public function getInvoiceId() { return $this->invoiceId; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function setRefundOnlyOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption $refundOnlyOption) { $this->refundOnlyOption = $refundOnlyOption; } /** * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption */ public function getRefundOnlyOption() { return $this->refundOnlyOption; } /** * @param Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function setReturnOption(Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption $returnOption) { $this->returnOption = $returnOption; } /** * @return Google_Service_ShoppingContent_OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption */ public function getReturnOption() { return $this->returnOption; } /** * @param Google_Service_ShoppingContent_ShipmentInvoice */ public function setShipmentInvoices($shipmentInvoices) { $this->shipmentInvoices = $shipmentInvoices; } /** * @return Google_Service_ShoppingContent_ShipmentInvoice */ public function getShipmentInvoices() { return $this->shipmentInvoices; } }