latestOrderId = $latestOrderId; } /** * @return string */ public function getLatestOrderId() { return $this->latestOrderId; } /** * @param Money */ public function setTotalAmount(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\Money $totalAmount) { $this->totalAmount = $totalAmount; } /** * @return Money */ public function getTotalAmount() { return $this->totalAmount; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\PurchaseInfo::class, 'Google\\Site_Kit_Dependencies\\Google_Service_SubscribewithGoogle_PurchaseInfo');