nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudPaymentsResellerSubscriptionV1Promotion[] */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return GoogleCloudPaymentsResellerSubscriptionV1Promotion[] */ public function getPromotions() { return $this->promotions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse::class, 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse');