basePlanId = $basePlanId; } /** * @return string */ public function getBasePlanId() { return $this->basePlanId; } /** * @param string */ public function setOfferId($offerId) { $this->offerId = $offerId; } /** * @return string */ public function getOfferId() { return $this->offerId; } /** * @param string[] */ public function setOfferTags($offerTags) { $this->offerTags = $offerTags; } /** * @return string[] */ public function getOfferTags() { return $this->offerTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OfferDetails::class, 'Google_Service_AndroidPublisher_OfferDetails');