/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | PosStore.php | 46 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosStore 129 public function setStoreCode($storeCode) argument 131 $this->storeCode = $storeCode; 138 return $this->storeCode;
|
H A D | PosInventoryRequest.php | 43 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosInventoryRequest 126 public function setStoreCode($storeCode) argument 128 $this->storeCode = $storeCode; 135 return $this->storeCode;
|
H A D | PosInventory.php | 47 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosInventory 144 public function setStoreCode($storeCode) argument 146 $this->storeCode = $storeCode; 153 return $this->storeCode;
|
H A D | PosSaleRequest.php | 47 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosSaleRequest 144 public function setStoreCode($storeCode) argument 146 $this->storeCode = $storeCode; 153 return $this->storeCode;
|
H A D | PosCustomBatchRequestEntry.php | 43 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry 136 public function setStoreCode($storeCode) argument 138 $this->storeCode = $storeCode; 145 return $this->storeCode;
|
H A D | PosInventoryResponse.php | 47 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosInventoryResponse 144 public function setStoreCode($storeCode) argument 146 $this->storeCode = $storeCode; 153 return $this->storeCode;
|
H A D | PosSale.php | 51 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosSale 162 public function setStoreCode($storeCode) argument 164 $this->storeCode = $storeCode; 171 return $this->storeCode;
|
H A D | PosSaleResponse.php | 51 public $storeCode; variable in Google\\Service\\ShoppingContent\\PosSaleResponse 162 public function setStoreCode($storeCode) argument 164 $this->storeCode = $storeCode; 171 return $this->storeCode;
|
H A D | LocalInventory.php | 57 public $storeCode; variable in Google\\Service\\ShoppingContent\\LocalInventory 188 public function setStoreCode($storeCode) argument 190 $this->storeCode = $storeCode; 197 return $this->storeCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
H A D | Pos.php | 57 * @param string $storeCode A store code that is unique per merchant. 60 public function delete($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument 62 … ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode]; 71 * @param string $storeCode A store code that is unique per merchant. 75 public function get($merchantId, $targetMerchantId, $storeCode, $optParams = []) argument 77 … ['merchantId' => $merchantId, 'targetMerchantId' => $targetMerchantId, 'storeCode' => $storeCode];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | Location.php | 64 public $storeCode; variable in Google\\Service\\MyBusinessBusinessInformation\\Location 303 public function setStoreCode($storeCode) argument 305 $this->storeCode = $storeCode; 312 return $this->storeCode;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_ShoppingService.php | 601 public $storeCode; variable in Google_ProductsStores 623 public function setStoreCode( $storeCode) { argument 624 $this->storeCode = $storeCode; 627 return $this->storeCode;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | ShoppingContent.php | 1962 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', 1975 'storeCode' => [ 1982 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}', 1995 'storeCode' => [
|