Searched refs:targetMerchantId (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
H A D | Pos.php | 56 * @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 D | PosCustomBatchRequestEntry.php | 47 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 D | ShoppingContent.php | 1962 '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 …]
|