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/
DOrders.php75 * @param string $orderId The ID of the order.
80 …public function acknowledge($merchantId, $orderId, OrdersAcknowledgeRequest $postBody, $optParams … argument
82 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
92 * @param string $orderId The ID of the test order to modify.
96 public function advancetestorder($merchantId, $orderId, $optParams = []) argument
98 $params = ['merchantId' => $merchantId, 'orderId' => $orderId];
107 * @param string $orderId The ID of the order to cancel.
112 public function cancel($merchantId, $orderId, OrdersCancelRequest $postBody, $optParams = []) argument
114 $params = ['merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody];
123 * @param string $orderId The ID of the order.
[all …]
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/
DOrdersCreateTestOrderResponse.php29 public $orderId; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse
48 public function setOrderId($orderId) argument
50 $this->orderId = $orderId;
57 return $this->orderId;
DOrderreturnsCreateOrderReturnRequest.php32 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest
69 public function setOrderId($orderId) argument
71 $this->orderId = $orderId;
78 return $this->orderId;
DMerchantOrderReturn.php34 public $orderId; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturn
77 public function setOrderId($orderId) argument
79 $this->orderId = $orderId;
86 return $this->orderId;
DOrderReportTransaction.php47 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderReportTransaction
142 public function setOrderId($orderId) argument
144 $this->orderId = $orderId;
151 return $this->orderId;
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/
DVoidedPurchase.php29 public $orderId; variable in Google\\Service\\AndroidPublisher\\VoidedPurchase
68 public function setOrderId($orderId) argument
70 $this->orderId = $orderId;
77 return $this->orderId;
DProductPurchase.php49 public $orderId; variable in Google\\Service\\AndroidPublisher\\ProductPurchase
166 public function setOrderId($orderId) argument
168 $this->orderId = $orderId;
175 return $this->orderId;
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/
DOrderDocument.php68 public $orderId; variable in Google\\Service\\Dfareporting\\OrderDocument
247 public function setOrderId($orderId) argument
249 $this->orderId = $orderId;
256 return $this->orderId;
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/
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/
DShoppingContent.php1319 'path' => '{merchantId}/orderinvoices/{orderId}/createChargeInvoice',
1327 'orderId' => [
1334 'path' => '{merchantId}/orderinvoices/{orderId}/createRefundInvoice',
1342 'orderId' => [
1575 'path' => '{merchantId}/orders/{orderId}/acknowledge',
1583 'orderId' => [
1590 'path' => '{merchantId}/testorders/{orderId}/advance',
1598 'orderId' => [
1605 'path' => '{merchantId}/orders/{orderId}/cancel',
1613 'orderId' => [
[all …]
DAndroidPublisher.php1206 'path' => 'androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund',
1214 'orderId' => [
DDfareporting.php2733 'orderId' => [
3019 'orderId' => [
/plugin/authgoogle/google/contrib/
DGoogle_GanService.php1162 public $orderId; variable in Google_Event
1239 public function setOrderId( $orderId) { argument
1240 $this->orderId = $orderId;
1243 return $this->orderId;