amount = $amount; } /** * @return Money */ public function getAmount() { return $this->amount; } /** * @param string */ public function setOrderState($orderState) { $this->orderState = $orderState; } /** * @return string */ public function getOrderState() { return $this->orderState; } /** * @param string */ public function setTime($time) { $this->time = $time; } /** * @return string */ public function getTime() { return $this->time; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\StateDetails::class, 'Google\\Site_Kit_Dependencies\\Google_Service_SubscribewithGoogle_StateDetails');