introductoryPriceAmountMicros = $introductoryPriceAmountMicros; } /** * @return string */ public function getIntroductoryPriceAmountMicros() { return $this->introductoryPriceAmountMicros; } /** * @param string */ public function setIntroductoryPriceCurrencyCode($introductoryPriceCurrencyCode) { $this->introductoryPriceCurrencyCode = $introductoryPriceCurrencyCode; } /** * @return string */ public function getIntroductoryPriceCurrencyCode() { return $this->introductoryPriceCurrencyCode; } /** * @param int */ public function setIntroductoryPriceCycles($introductoryPriceCycles) { $this->introductoryPriceCycles = $introductoryPriceCycles; } /** * @return int */ public function getIntroductoryPriceCycles() { return $this->introductoryPriceCycles; } /** * @param string */ public function setIntroductoryPricePeriod($introductoryPricePeriod) { $this->introductoryPricePeriod = $introductoryPricePeriod; } /** * @return string */ public function getIntroductoryPricePeriod() { return $this->introductoryPricePeriod; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IntroductoryPriceInfo::class, 'Google_Service_AndroidPublisher_IntroductoryPriceInfo');