Home
last modified time | relevance | path

Searched refs:returnPolicyId (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php2744 'path' => '{merchantId}/returnpolicy/{returnPolicyId}',
2752 'returnPolicyId' => [
2759 'path' => '{merchantId}/returnpolicy/{returnPolicyId}',
2767 'returnPolicyId' => [
2814 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}',
2822 'returnPolicyId' => [
2829 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}',
2837 'returnPolicyId' => [
2854 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}',
2862 'returnPolicyId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DReturnpolicy.php55 * @param string $returnPolicyId Return policy ID generated by Google.
58 public function delete($merchantId, $returnPolicyId, $optParams = []) argument
60 $params = ['merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId];
69 * @param string $returnPolicyId Return policy ID generated by Google.
73 public function get($merchantId, $returnPolicyId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId];
H A DReturnpolicyonline.php53 * @param string $returnPolicyId Required. The id of the return policy to
57 public function delete($merchantId, $returnPolicyId, $optParams = []) argument
59 $params = ['merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId];
68 * @param string $returnPolicyId Required. The id of the return policy to
73 public function get($merchantId, $returnPolicyId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId];
99 * @param string $returnPolicyId Required. The id of the return policy to
105 …public function patch($merchantId, $returnPolicyId, ReturnPolicyOnlineModel $postBody, $optParams … argument
107 …$params = ['merchantId' => $merchantId, 'returnPolicyId' => $returnPolicyId, 'postBody' => $postBo…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnPolicy.php48 public $returnPolicyId; variable in Google\\Service\\ShoppingContent\\ReturnPolicy
141 public function setReturnPolicyId($returnPolicyId) argument
143 $this->returnPolicyId = $returnPolicyId;
150 return $this->returnPolicyId;
H A DReturnPolicyOnline.php50 public $returnPolicyId; variable in Google\\Service\\ShoppingContent\\ReturnPolicyOnline
159 public function setReturnPolicyId($returnPolicyId) argument
161 $this->returnPolicyId = $returnPolicyId;
168 return $this->returnPolicyId;
H A DReturnpolicyCustomBatchRequestEntry.php39 public $returnPolicyId; variable in Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequestEntry
100 public function setReturnPolicyId($returnPolicyId) argument
102 $this->returnPolicyId = $returnPolicyId;
109 return $this->returnPolicyId;