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/
H A DPos.php56 * @param string $targetMerchantId The ID of the target merchant.
60 public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
70 * @param string $targetMerchantId The ID of the target merchant.
75 public function get($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument
85 * @param string $targetMerchantId The ID of the target merchant.
90 public function insert($merchantId, $targetMerchantId, PosStore $postBody, $optParams = []) argument
100 * @param string $targetMerchantId The ID of the target merchant.
115 * @param string $targetMerchantId The ID of the target merchant.
119 public function listPos($merchantId, $targetMerchantId, $optParams = []) argument
121 $params = ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A 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/
H A DShoppingContent.php1962 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}',
1970 'targetMerchantId' => [
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' => [
2047 'path' => '{merchantId}/pos/{targetMerchantId}/sale',
[all …]