Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DRepricingrules.php21 use Google\Service\ShoppingContent\RepricingRule; alias
39 * @param RepricingRule $postBody
43 * @return RepricingRule
45 public function create($merchantId, RepricingRule $postBody, $optParams = [])
49 return $this->call('create', [$params], RepricingRule::class);
74 * @return RepricingRule
80 return $this->call('get', [$params], RepricingRule::class);
121 * @param RepricingRule $postBody
123 * @return RepricingRule
125 public function patch($merchantId, $ruleId, RepricingRule $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DListRepricingRulesResponse.php27 protected $repricingRulesType = RepricingRule::class;
45 * @param RepricingRule[]
52 * @return RepricingRule[]
H A DRepricingRule.php20 class RepricingRule extends \Google\Model class
232 class_alias(RepricingRule::class, 'Google_Service_ShoppingContent_RepricingRule');