Home
last modified time | relevance | path

Searched refs:merchantOrderId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersUpdateMerchantOrderIdRequest.php25 public $merchantOrderId; variable in Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdRequest
34 public function setMerchantOrderId($merchantOrderId) argument
36 $this->merchantOrderId = $merchantOrderId;
43 return $this->merchantOrderId;
H A DSettlementTransactionIdentifiers.php30 public $merchantOrderId; variable in Google\\Service\\ShoppingContent\\SettlementTransactionIdentifiers
65 public function setMerchantOrderId($merchantOrderId) argument
67 $this->merchantOrderId = $merchantOrderId;
74 return $this->merchantOrderId;
H A DMerchantOrderReturn.php30 public $merchantOrderId; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturn
63 public function setMerchantOrderId($merchantOrderId) argument
65 $this->merchantOrderId = $merchantOrderId;
72 return $this->merchantOrderId;
H A DOrderReportTransaction.php43 public $merchantOrderId; variable in Google\\Service\\ShoppingContent\\OrderReportTransaction
128 public function setMerchantOrderId($merchantOrderId) argument
130 $this->merchantOrderId = $merchantOrderId;
137 return $this->merchantOrderId;
H A DOrder.php52 public $merchantOrderId; variable in Google\\Service\\ShoppingContent\\Order
215 public function setMerchantOrderId($merchantOrderId) argument
217 $this->merchantOrderId = $merchantOrderId;
224 return $this->merchantOrderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrders.php229 * @param string $merchantOrderId The merchant order ID to be looked for.
233 public function getbymerchantorderid($merchantId, $merchantOrderId, $optParams = []) argument
235 $params = ['merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php1705 'path' => '{merchantId}/ordersbymerchantid/{merchantOrderId}',
1713 'merchantOrderId' => [