absoluteDiscounts = $absoluteDiscounts; } /** * @return OtherRegionsSubscriptionOfferPhasePrices */ public function getAbsoluteDiscounts() { return $this->absoluteDiscounts; } /** * @param OtherRegionsSubscriptionOfferPhasePrices */ public function setOtherRegionsPrices(OtherRegionsSubscriptionOfferPhasePrices $otherRegionsPrices) { $this->otherRegionsPrices = $otherRegionsPrices; } /** * @return OtherRegionsSubscriptionOfferPhasePrices */ public function getOtherRegionsPrices() { return $this->otherRegionsPrices; } public function setRelativeDiscount($relativeDiscount) { $this->relativeDiscount = $relativeDiscount; } public function getRelativeDiscount() { return $this->relativeDiscount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OtherRegionsSubscriptionOfferPhaseConfig::class, 'Google_Service_AndroidPublisher_OtherRegionsSubscriptionOfferPhaseConfig');