autoRenewingBasePlanType = $autoRenewingBasePlanType; } /** * @return AutoRenewingBasePlanType */ public function getAutoRenewingBasePlanType() { return $this->autoRenewingBasePlanType; } /** * @param string */ public function setBasePlanId($basePlanId) { $this->basePlanId = $basePlanId; } /** * @return string */ public function getBasePlanId() { return $this->basePlanId; } /** * @param InstallmentsBasePlanType */ public function setInstallmentsBasePlanType(InstallmentsBasePlanType $installmentsBasePlanType) { $this->installmentsBasePlanType = $installmentsBasePlanType; } /** * @return InstallmentsBasePlanType */ public function getInstallmentsBasePlanType() { return $this->installmentsBasePlanType; } /** * @param OfferTag[] */ public function setOfferTags($offerTags) { $this->offerTags = $offerTags; } /** * @return OfferTag[] */ public function getOfferTags() { return $this->offerTags; } /** * @param OtherRegionsBasePlanConfig */ public function setOtherRegionsConfig(OtherRegionsBasePlanConfig $otherRegionsConfig) { $this->otherRegionsConfig = $otherRegionsConfig; } /** * @return OtherRegionsBasePlanConfig */ public function getOtherRegionsConfig() { return $this->otherRegionsConfig; } /** * @param PrepaidBasePlanType */ public function setPrepaidBasePlanType(PrepaidBasePlanType $prepaidBasePlanType) { $this->prepaidBasePlanType = $prepaidBasePlanType; } /** * @return PrepaidBasePlanType */ public function getPrepaidBasePlanType() { return $this->prepaidBasePlanType; } /** * @param RegionalBasePlanConfig[] */ public function setRegionalConfigs($regionalConfigs) { $this->regionalConfigs = $regionalConfigs; } /** * @return RegionalBasePlanConfig[] */ public function getRegionalConfigs() { return $this->regionalConfigs; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BasePlan::class, 'Google_Service_AndroidPublisher_BasePlan');