billingPeriodDuration = $billingPeriodDuration; } /** * @return string */ public function getBillingPeriodDuration() { return $this->billingPeriodDuration; } /** * @param bool */ public function setOncePerUser($oncePerUser) { $this->oncePerUser = $oncePerUser; } /** * @return bool */ public function getOncePerUser() { return $this->oncePerUser; } /** * @param TargetingRuleScope */ public function setScope(TargetingRuleScope $scope) { $this->scope = $scope; } /** * @return TargetingRuleScope */ public function getScope() { return $this->scope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpgradeTargetingRule::class, 'Google_Service_AndroidPublisher_UpgradeTargetingRule');