/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
D | Orders.php | 75 * @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 …]
|
D | Orderinvoices.php | 41 * @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/ |
D | OrdersCreateTestOrderResponse.php | 29 public $orderId; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse 48 public function setOrderId($orderId) argument 50 $this->orderId = $orderId; 57 return $this->orderId;
|
D | OrderreturnsCreateOrderReturnRequest.php | 32 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest 69 public function setOrderId($orderId) argument 71 $this->orderId = $orderId; 78 return $this->orderId;
|
D | MerchantOrderReturn.php | 34 public $orderId; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturn 77 public function setOrderId($orderId) argument 79 $this->orderId = $orderId; 86 return $this->orderId;
|
D | OrderReportTransaction.php | 47 public $orderId; variable in Google\\Service\\ShoppingContent\\OrderReportTransaction 142 public function setOrderId($orderId) argument 144 $this->orderId = $orderId; 151 return $this->orderId;
|
D | OrderTrackingSignal.php | 44 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/ |
D | VoidedPurchase.php | 29 public $orderId; variable in Google\\Service\\AndroidPublisher\\VoidedPurchase 68 public function setOrderId($orderId) argument 70 $this->orderId = $orderId; 77 return $this->orderId;
|
D | ProductPurchase.php | 49 public $orderId; variable in Google\\Service\\AndroidPublisher\\ProductPurchase 166 public function setOrderId($orderId) argument 168 $this->orderId = $orderId; 175 return $this->orderId;
|
D | SubscriptionPurchase.php | 89 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/ |
D | OrderDocument.php | 68 public $orderId; variable in Google\\Service\\Dfareporting\\OrderDocument 247 public function setOrderId($orderId) argument 249 $this->orderId = $orderId; 256 return $this->orderId;
|
D | InventoryItem.php | 70 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/ |
D | Orders.php | 36 * @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/ |
D | ShoppingContent.php | 1319 '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 …]
|
D | AndroidPublisher.php | 1206 'path' => 'androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund', 1214 'orderId' => [
|
D | Dfareporting.php | 2733 'orderId' => [ 3019 'orderId' => [
|
/plugin/authgoogle/google/contrib/ |
D | Google_GanService.php | 1162 public $orderId; variable in Google_Event 1239 public function setOrderId( $orderId) { argument 1240 $this->orderId = $orderId; 1243 return $this->orderId;
|