nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudPaymentsResellerSubscriptionV1Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1Product[] */ public function getProducts() { return $this->products; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse');