eligibleCustomerType??null; } public function setEligibleCustomerType(BusinessEntityType|array $eligibleCustomerType):void { if (is_array($eligibleCustomerType)) { $eligibleCustomerType = $this->classArray('eligibleCustomerType', $eligibleCustomerType, 'JVBase\managers\SEO\render\Thing\Intangible\Enumeration\BusinessEntityType'); } $this->eligibleCustomerType = $eligibleCustomerType; } }