discountAmount = $discountAmount; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1Amount */ public function getDiscountAmount() { return $this->discountAmount; } /** * @param string */ public function setDiscountRatioMicros($discountRatioMicros) { $this->discountRatioMicros = $discountRatioMicros; } /** * @return string */ public function getDiscountRatioMicros() { return $this->discountRatioMicros; } /** * @param int */ public function setRecurrenceCount($recurrenceCount) { $this->recurrenceCount = $recurrenceCount; } /** * @return int */ public function getRecurrenceCount() { return $this->recurrenceCount; } /** * @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(GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec');