Searched refs:RepricingRule (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
H A D | Repricingrules.php | 21 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 D | ListRepricingRulesResponse.php | 27 protected $repricingRulesType = RepricingRule::class; 45 * @param RepricingRule[] 52 * @return RepricingRule[]
|
H A D | RepricingRule.php | 20 class RepricingRule extends \Google\Model class 232 class_alias(RepricingRule::class, 'Google_Service_ShoppingContent_RepricingRule');
|