oldestAllowedPriceVersionTime = $oldestAllowedPriceVersionTime; } /** * @return string */ public function getOldestAllowedPriceVersionTime() { return $this->oldestAllowedPriceVersionTime; } /** * @param string */ public function setPriceIncreaseType($priceIncreaseType) { $this->priceIncreaseType = $priceIncreaseType; } /** * @return string */ public function getPriceIncreaseType() { return $this->priceIncreaseType; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RegionalPriceMigrationConfig::class, 'Google_Service_AndroidPublisher_RegionalPriceMigrationConfig');