Home
last modified time | relevance | path

Searched refs:targetMerchantId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DPos.php56 * @param string $targetMerchantId The ID of the target merchant.
60 public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
62 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $s…
70 * @param string $targetMerchantId The ID of the target merchant.
75 public function get($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
77 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $s…
85 * @param string $targetMerchantId The ID of the target merchant.
90 public function insert($merchantId, $targetMerchantId, PosStore $postBody, $optParams = []) argument
92 …$params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'postBody' => $po…
100 * @param string $targetMerchantId The ID of the target merchant.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DPosCustomBatchRequestEntry.php47 public $targetMerchantId; variable in Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry
150 public function setTargetMerchantId($targetMerchantId) argument
152 $this->targetMerchantId = $targetMerchantId;
159 return $this->targetMerchantId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DShoppingContent.php1962 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}',
1970 'targetMerchantId' => [
1982 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}',
1990 'targetMerchantId' => [
2002 'path' => '{merchantId}/pos/{targetMerchantId}/store',
2010 'targetMerchantId' => [
2017 'path' => '{merchantId}/pos/{targetMerchantId}/inventory',
2025 'targetMerchantId' => [
2032 'path' => '{merchantId}/pos/{targetMerchantId}/store',
2040 'targetMerchantId' => [
[all …]