product = $product; } /** * @return string */ public function getProduct() { return $this->product; } /** * @param string */ public function setUserAccountLinkedTime($userAccountLinkedTime) { $this->userAccountLinkedTime = $userAccountLinkedTime; } /** * @return string */ public function getUserAccountLinkedTime() { return $this->userAccountLinkedTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails');