pendingPlanName = $pendingPlanName; } /** * @return string */ public function getPendingPlanName() { return $this->pendingPlanName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApproveEntitlementPlanChangeRequest::class, 'Google_Service_CloudCommercePartnerProcurementService_ApproveEntitlementPlanChangeRequest');