amountDisplayString = $amountDisplayString; } /** * @return string */ public function getAmountDisplayString() { return $this->amountDisplayString; } /** * @param string */ public function setAmountMicros($amountMicros) { $this->amountMicros = $amountMicros; } /** * @return string */ public function getAmountMicros() { return $this->amountMicros; } /** * @param string */ public function setCurrency($currency) { $this->currency = $currency; } /** * @return string */ public function getCurrency() { return $this->currency; } /** * @param string */ public function setUserComment($userComment) { $this->userComment = $userComment; } /** * @return string */ public function getUserComment() { return $this->userComment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LiveChatFanFundingEventDetails::class, 'Google_Service_YouTube_LiveChatFanFundingEventDetails');