Home
last modified time | relevance | path

Searched refs:orderId (Results 1 – 17 of 17) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrders.php75 * @param string $orderId The ID of the order.
123 * @param string $orderId The ID of the order.
198 * @param string $orderId The ID of the order.
214 * @param string $orderId The ID of the order.
271 * @param string $orderId The ID of the order.
354 * @param string $orderId The ID of the order.
376 * @param string $orderId The ID of the order.
396 * @param string $orderId The ID of the order.
412 * @param string $orderId The ID of the order.
429 * @param string $orderId The ID of the order.
[all …]
H A DOrderinvoices.php41 * @param string $orderId The ID of the order.
46 …public function createchargeinvoice($merchantId, $orderId, OrderinvoicesCreateChargeInvoiceRequest… argument
48 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
61 * @param string $orderId The ID of the order.
66 …public function createrefundinvoice($merchantId, $orderId, OrderinvoicesCreateRefundInvoiceRequest… argument
68 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersCreateTestOrderResponse.php29 public $orderId; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse
48 public function setOrderId($orderId) argument
50 $this->orderId = $orderId;
57 return $this->orderId;
H A DOrderreturnsCreateOrderReturnRequest.php32 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest
69 public function setOrderId($orderId) argument
71 $this->orderId = $orderId;
78 return $this->orderId;
H A DMerchantOrderReturn.php34 public $orderId; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturn
77 public function setOrderId($orderId) argument
79 $this->orderId = $orderId;
86 return $this->orderId;
H A DOrderReportTransaction.php47 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderReportTransaction
142 public function setOrderId($orderId) argument
144 $this->orderId = $orderId;
151 return $this->orderId;
H A DOrderTrackingSignal.php44 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderTrackingSignal
141 public function setOrderId($orderId) argument
143 $this->orderId = $orderId;
150 return $this->orderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DVoidedPurchase.php29 public $orderId; variable in Google\\Service\\AndroidPublisher\\VoidedPurchase
68 public function setOrderId($orderId) argument
70 $this->orderId = $orderId;
77 return $this->orderId;
H A DProductPurchase.php49 public $orderId; variable in Google\\Service\\AndroidPublisher\\ProductPurchase
166 public function setOrderId($orderId) argument
168 $this->orderId = $orderId;
175 return $this->orderId;
H A DSubscriptionPurchase.php89 public $orderId; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
374 public function setOrderId($orderId) argument
376 $this->orderId = $orderId;
383 return $this->orderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DOrderDocument.php68 public $orderId; variable in Google\\Service\\Dfareporting\\OrderDocument
247 public function setOrderId($orderId) argument
249 $this->orderId = $orderId;
256 return $this->orderId;
H A DInventoryItem.php70 public $orderId; variable in Google\\Service\\Dfareporting\\InventoryItem
269 public function setOrderId($orderId) argument
271 $this->orderId = $orderId;
278 return $this->orderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DOrders.php36 * @param string $orderId The order ID provided to the user when the
46 public function refund($packageName, $orderId, $optParams = []) argument
48 $params = ['packageName' => $packageName, 'orderId' => $orderId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php1327 'orderId' => [
1342 'orderId' => [
1583 'orderId' => [
1598 'orderId' => [
1613 'orderId' => [
1628 'orderId' => [
1643 'orderId' => [
1658 'orderId' => [
1683 'orderId' => [
1698 'orderId' => [
[all …]
H A DAndroidPublisher.php1206 'path' => 'androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund',
1214 'orderId' => [
H A DDfareporting.php2733 'orderId' => [
3019 'orderId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1162 public $orderId; variable in Google_Event
1239 public function setOrderId( $orderId) { argument
1240 $this->orderId = $orderId;
1243 return $this->orderId;